Page 1 of 1

No pnp graph

Posted: Thu Jan 30, 2014 6:02 am
by kalyan1709
Hi,

I have defined my windows machine uptime as shown below:

define service{
use generic-service,srv-pnp
hostgroup_name Windows-Servers
service_description Uptime
check_command check_nt!UPTIME
}

The service status shows OK. The problem is there is no pnp graph showing for this.


PNP graph shows below error:

Please check the documentation for information about the following error.

XML file "/usr/local/pnp4nagios/var/perfdata/Server1/Uptime.xml" not found. Read FAQ online

file [line]:

application/models/data.php [312]:

Thanks,
KalyanP

Re: No pnp graph

Posted: Thu Jan 30, 2014 3:50 pm
by abrist
check_nt does not return performance data at the moment. This feature was added with commit: https://github.com/nagios-plugins/nagio ... 0e2fedbc98
The changes will be in the next version of nagios-plugins, but if you wanted to use it now, you can download the source, build it, and copy over the new check_nt to your plugins dir.
If you need help doing so, let me know.
Cheers.

Re: No pnp graph

Posted: Thu Feb 13, 2014 7:17 am
by kalyan1709
Thanks abrist.

Re: No pnp graph

Posted: Thu Feb 13, 2014 10:29 am
by tmcdonald
Can we consider this resolved? Or would you like us to keep this thread open until you get to test it?