Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_maxdb

Rating
0 votes
Favoured:
0
Current Version
0.50
Compatible With
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Hits
9358
Files:
FileDescription
check_maxdb.plcheck_maxdb.pl
check_maxdb.phpcheck_maxdb.php
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This plugin checks various states of the MaxDB database.

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