Upgraded to 5.6.0 and Performance graphs broke

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
RyanMule
Posts: 57
Joined: Tue Dec 12, 2017 3:14 pm

Upgraded to 5.6.0 and Performance graphs broke

Post by RyanMule »

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
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

Post by benjaminsmith »

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

Code: Select all

#RRD_DAEMON_OPTS = unix:/var/rrdtool/rrdcached/rrdcached.so
2. Re-start Nagios

Code: Select all

systemctl stop crond
systemctl stop npcd
systemctl stop nagios
systemctl start nagios
systemctl start npcd
systemctl start crond
Let me know if you're able to start generating performance graphs again.
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!
RyanMule
Posts: 57
Joined: Tue Dec 12, 2017 3:14 pm

Re: Upgraded to 5.6.0 and Performance graphs broke

Post by RyanMule »

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?
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.cfg

Code: Select all

#RRD_DAEMON_OPTS = unix:/var/rrdtool/rrdcached/rrdcached.so
2. Re-start Nagios

Code: Select all

systemctl stop crond
systemctl stop npcd
systemctl stop nagios
systemctl start nagios
systemctl start npcd
systemctl start crond
Let me know if you're able to start generating performance graphs again.
RyanMule
Posts: 57
Joined: Tue Dec 12, 2017 3:14 pm

Re: Upgraded to 5.6.0 and Performance graphs broke

Post by RyanMule »

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!
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Upgraded to 5.6.0 and Performance graphs broke

Post by benjaminsmith »

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.
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!
RyanMule
Posts: 57
Joined: Tue Dec 12, 2017 3:14 pm

Re: Upgraded to 5.6.0 and Performance graphs broke

Post by RyanMule »

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

Post by benjaminsmith »

Hi Ryan,

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!
Locked