Page 1 of 1

Performance graphs doesn't work anymore

Posted: Thu Feb 10, 2011 9:43 am
by kariroman
After upgrade to R1.4 (and following update to R1.4B) performance graphing doesn't work anymore - we aren't getting any graphs. What could cause it? Tried to reset credentials/file permissions are ok.
Regards, Kári

Re: Performance graphs doesn't work anymore

Posted: Thu Feb 10, 2011 11:07 am
by mguthrie
Try restarting the graphing service.

service npcd restart

Re: Performance graphs doesn't work anymore

Posted: Thu Feb 10, 2011 3:57 pm
by kariroman
I've restarted the computer. Now I have just empty graph sheets, without curves/values, but I can see that services checks returns performance data.

Re: Performance graphs doesn't work anymore

Posted: Fri Feb 11, 2011 10:45 am
by kariroman
Found it -
It was service_perfdata_file_processing_command=process-service-perfdata-file-bulk in nagios.cfg
But actual command name congigured - process-service-perfdata-file-pnp-bulk
So I've changed nagios.cfg -

Instead of
service_perfdata_file_processing_command=process-service-perfdata-file-bulk
host_perfdata_file_processing_command=process-host-perfdata-file-bulk

must be

service_perfdata_file_processing_command=process-service-perfdata-file-pnp-bulk
host_perfdata_file_processing_command=process-host-perfdata-file-pnp-bulk

Re: Performance graphs doesn't work anymore

Posted: Fri Feb 11, 2011 11:22 am
by rdedon
Helo Kári,
thank you for the update and the fix! We are checking into a few things here regarding that but please post if this problem reoccurs or you run into additional issues.