Re: pnp4nagios - perfdata empty
Posted: Wed May 21, 2014 12:30 pm
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:
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.
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
Code: Select all
process-service-perfdata-for-nagiosgraphCode: Select all
service_perfdata_file=/tmp/perfdata.loghttp://docs.pnp4nagios.org/pnp-0.6/config