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
No Performance graph in check_services
-
- Posts: 1
- Joined: Tue May 24, 2011 5:20 pm
No Performance graph in check_services
You do not have the required permissions to view the files attached to this post.
-
- Posts: 4380
- Joined: Mon Jun 14, 2010 10:21 am
Re: No Performance graph in check_services
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
http://docs.pnp4nagios.org/pnp-0.4/abou ... quirements
-
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
Re: No Performance graph in check_services
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.