Hello everyone,
Upgraded from 5.5.11 to 5.6.0 and noticed that all our Performance Graphs are showing "No data to display" now.
I have attached our profile.
Did anyone else experience this issue or have a fix?
Thank you
Upgraded to 5.6.0 and Performance graphs broke
Upgraded to 5.6.0 and Performance graphs broke
You do not have the required permissions to view the files attached to this post.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Upgraded to 5.6.0 and Performance graphs broke
Hi Ryan,
Looking the logs, it looks like the issue is related to rrdcached as it's not running. You can either try to re-install this or turn it off in the configuration file. To disable it:
1. Comment it out in the configuration file /usr/local/nagios/etc/pnp/process_perfdata.cfg
2. Re-start Nagios
Let me know if you're able to start generating performance graphs again.
Looking the logs, it looks like the issue is related to rrdcached as it's not running. You can either try to re-install this or turn it off in the configuration file. To disable it:
1. Comment it out in the configuration file /usr/local/nagios/etc/pnp/process_perfdata.cfg
Code: Select all
#RRD_DAEMON_OPTS = unix:/var/rrdtool/rrdcached/rrdcached.so
Code: Select all
systemctl stop crond
systemctl stop npcd
systemctl stop nagios
systemctl start nagios
systemctl start npcd
systemctl start crond
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Upgraded to 5.6.0 and Performance graphs broke
Hello Benjamin,
Thank you for your reply and looking into this.
I made the change to the config file and restarted Nagios. Still not generating graphs though. Any other thoughts?
Thank you for your reply and looking into this.
I made the change to the config file and restarted Nagios. Still not generating graphs though. Any other thoughts?
benjaminsmith wrote:Hi Ryan,
Looking the logs, it looks like the issue is related to rrdcached as it's not running. You can either try to re-install this or turn it off in the configuration file. To disable it:
1. Comment it out in the configuration file /usr/local/nagios/etc/pnp/process_perfdata.cfg2. Re-start NagiosCode: Select all
#RRD_DAEMON_OPTS = unix:/var/rrdtool/rrdcached/rrdcached.soLet me know if you're able to start generating performance graphs again.Code: Select all
systemctl stop crond systemctl stop npcd systemctl stop nagios systemctl start nagios systemctl start npcd systemctl start crond
Re: Upgraded to 5.6.0 and Performance graphs broke
So I come back after lunch, and all the graphs are working again. I lost the historical data but they are working.
Not sure why it took so long but thank you Benjamin!
Not sure why it took so long but thank you Benjamin!
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Upgraded to 5.6.0 and Performance graphs broke
Hi Ryan,
Happy to hear it's working again. Let us know if you'd like to close this topic or if you have any other questions.
Happy to hear it's working again. Let us know if you'd like to close this topic or if you have any other questions.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Upgraded to 5.6.0 and Performance graphs broke
Yes this can be closed as resolved. Just have to be more patient haha
benjaminsmith wrote:Hi Ryan,
Happy to hear it's working again. Let us know if you'd like to close this topic or if you have any other questions.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Upgraded to 5.6.0 and Performance graphs broke
Hi Ryan,
Great. Just open a new one if you have other issues.
Great. Just open a new one if you have other issues.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!