Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_maxdb
0.50
- Nagios 3.x
- Nagios 4.x
- Nagios XI
9733
File | Description |
---|---|
check_maxdb.pl | check_maxdb.pl |
check_maxdb.php | check_maxdb.php |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
This plugin executes the following checks for MaxDB Databases
percentage free in Log Area
percentage free in Data Area
database status
failed backups
You need the database manager command line interface for the MaxDB database system. Set the variable $dbmcli to the path of your dbmcli program.
Usage: ./check_maxdb.pl -t -H -d -u -w -c
-h, --help
print this help message
-t --type=[L|D|B|S]
type of check:
L check the fill size of the Log Area
D check the fill size of the Data Area
B check the backup history for failed backups in the last x hours
S check Database status (online, admin, cold)
-H, --hostname=HOST
name or IP address of database host to check
-d, --database=DBNAME
database name
-u, --user=USER,PASSWORD
user and password for database access
-w, --warn=INTEGER
warning level for Log/Data Area used in percent (0 for no checks) or warning level for number of failed backups
-c, --crit=INTEGER
critical level for Log/Data Area used in percent (0 for no checks) or critical level for number of failed backups
-b, --backup-hours=INTEGER
check backup history for the last x hours (only needed by check type B)
-f, --perfparse
Perfparse compatible output
-V, --version
prints version number
Reviews (0)
Be the first to review this listing!