Struggling with Command and Service for MaxDB plugin

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Struggling with Command and Service for MaxDB plugin

Post by dlukinski »

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
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Struggling with Command and Service for MaxDB plugin

Post by cdienger »

The .pl plugin gives this usage info in it's help(./check_maxdb.pl --help):

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>
So a definition like this should do the trick:

Code: Select all

$USER1$/check_maxdb.pl -t $ARG1$ -H $HOSTADDRESS$ -d $ARG2$ -u $ARG2$ -w $ARG2$ -c $ARG2$
The service would then look like the attached.
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.
Locked