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
Performance graphs doesn't work anymore
-
- Posts: 4380
- Joined: Mon Jun 14, 2010 10:21 am
Re: Performance graphs doesn't work anymore
Try restarting the graphing service.
service npcd restart
service npcd restart
Re: Performance graphs doesn't work anymore
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
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
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
-
- Posts: 578
- Joined: Sat Nov 20, 2010 4:51 pm
Re: Performance graphs doesn't work anymore
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.
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.