Re: Arg help with Check_MSMQ
Posted: Sat Mar 23, 2013 2:07 pm
so if i change the INI file to use the statement instead of a $ARG$ input then I get a response (which i can live with):
INI file:
check_msmq=cscript.exe //T:30 //NoLogo scripts/check_msmq.vbs "MessageCount DIRECT=OS:servername\private$\AW2_generalupdate 50 200"
administrator@CSP-NAG-P01:/etc/nagios/objects$ /usr/local/src/nagios-plugins-1.4.16/plugins/check_nrpe -H servername -c check_msmq
MessageCount CRITICAL - DIRECT=OS:servername\\private$\\AW2_GeneralUpdate: 864
|'MessageCount'=864;50;200
BUT, I still have a
Thanks
INI file:
check_msmq=cscript.exe //T:30 //NoLogo scripts/check_msmq.vbs "MessageCount DIRECT=OS:servername\private$\AW2_generalupdate 50 200"
administrator@CSP-NAG-P01:/etc/nagios/objects$ /usr/local/src/nagios-plugins-1.4.16/plugins/check_nrpe -H servername -c check_msmq
MessageCount CRITICAL - DIRECT=OS:servername\\private$\\AW2_GeneralUpdate: 864
|'MessageCount'=864;50;200
BUT, I still have a
in the web portal. Why would I get a response from the nagios terminal, but a no output from the web portal?(No output returned from plugin)
Thanks