I'm trying to use the negate plug-in to change CRITICAL to OK. It is, according to the plug-in help, a default feature so no need to specify.
However, as you can see below, I can run the plug-in I need (check_as400) and it works fine, but not with negate.
Code: Select all
[root@nagios libexec]# ./check_as400 -H trqvida -u nagiosc -p ******** -v CJ TEMPBATCH
CRITICAL - job(TEMPBATCH) NOT IN SYSTEMCode: Select all
[root@nagios libexec]# ./negate /usr/local/nagios/libexec/check_as400 -H trqvida -u nagiosc -p ******** -v CJ TEMPBATCH
No data returned from commandCode: Select all
[root@nagios libexec]# ./negate -t 70 /usr/local/nagios/libexec/check_as400 -H trqvida -u nagiosc -p ******** -v CJ TEMPBATCH
No data returned from commandCan you help me with this problem? Thanks.
Using:
NagiosXI 5.2.3
CentosOS 6.6 64bit
