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
No pnp graph
Re: No pnp graph
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.
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.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: No pnp graph
Can we consider this resolved? Or would you like us to keep this thread open until you get to test it?
Former Nagios employee