pnp4nagios - perfdata empty

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: pnp4nagios - perfdata empty

Post by slansing »

What templates have the process_perf_data 1 flagged on in templates.cfg? Specifically looking (in this case) for "generic-service,srv-pnp". Looks like you either have your processing commands incorrectly defined or you have them in a file other than commands.cfg. In your nagios config file you are only set up to precess service perf data, and the command you defined there is:

Code: Select all

process-service-perfdata-for-nagiosgraph
Which you do not have defined in the commands you showed me. Additionally, your service_perfdata_file is set to a log for some reason.

Code: Select all

service_perfdata_file=/tmp/perfdata.log
Once again I highly recommend reading through the PNP documents again as there are more than a few things missing from your configurations

http://docs.pnp4nagios.org/pnp-0.6/config
Locked