Page 1 of 1

No Performance Graph in check_services

Posted: Tue May 24, 2011 5:33 pm
by allent
Hi,

I am trying to get Performance Graph to show up in a check_services via check_nrpe command. The check is fine, and I see Performance Data is in Green State.

It returns either
MyHello: 1
or
*** MyHello: Nok ***

I suppose I am expecting a graph of 1s and 0s.

Thanks,
Allen

Re: No Performance Graph in check_services

Posted: Tue May 31, 2011 3:18 pm
by mguthrie
At the moment your check is not actually returning any performance data. See the following URL on how check results and performance data are split up.

http://docs.pnp4nagios.org/pnp-0.4/abou ... quirements

Re: No Performance Graph in check_services

Posted: Tue May 31, 2011 3:22 pm
by tonyyarusso
You would need to edit the plugin itself to add performance data capabilities - see http://nagiosplug.sourceforge.net/devel ... tml#AEN201 for information on the expected format.