Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

NETWAYS/check_bacula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

check_bacula

Checks Bacula backups per host in a specified timeframe, e.g. the last 24 hours.

Usage

-h              Display this helpmessage.
--usage         Display the usage help
-H | --host     The hostname of the backup host
-w | --warning  The warning threshold, if number of backups found in db is smaller than this value state WARNING is returned -c | --critical The critical threshold, if number of backups found in db is smaller than this value state CRITICAL is returned 
-j | --job      The backup job to search for in the database for the specified hostname
--dbhost        Bacula database host
--db            Bacula database name
--dbuser        Bacula database user
--dbpass        Bacula database password