Hello XI Support
We are trying to get MAxDB monitoring in place (to retire the competing SnagView installation in Europe)
and struggling with MAxDB plugin not having much documentation to use one with:
https://exchange.nagios.org/directory/P ... db/details
How would Command and Service look like for this plugin?
Thank you
Struggling with Command and Service for MaxDB plugin
Re: Struggling with Command and Service for MaxDB plugin
The .pl plugin gives this usage info in it's help(./check_maxdb.pl --help):
So a definition like this should do the trick:
The service would then look like the attached.
Code: Select all
Usage: ./check_maxdb.pl -t <D|L|B|S> -H <host> -d <dbname> -u <user,password> -w <warn level> -c <crit level>Code: Select all
$USER1$/check_maxdb.pl -t $ARG1$ -H $HOSTADDRESS$ -d $ARG2$ -u $ARG2$ -w $ARG2$ -c $ARG2$You do not have the required permissions to view the files attached to this post.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.