No previous days charts appear

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
josetorres
Posts: 15
Joined: Wed Feb 14, 2018 10:10 am

No previous days charts appear

Post by josetorres »

No graphics from days before a week ago. I have only graphics from 14 of February
User avatar
jdunitz
Posts: 235
Joined: Wed Feb 05, 2020 2:50 pm

Re: No previous days charts appear

Post by jdunitz »

Is it all graphs, or just some? From how you worded your post, I'm inclined to think it's all graphs, but I want to be sure.

When the Nagios XI server gets loaded it will stop graphing performance data to keep it running smoothly for it's checks.
Those settings can be edited to keep that from happening. To do this edit this file
/usr/local/nagios/etc/pnp/process_perfdata.cfg
find the Timeout setting and change it to the following or to a higher value if it is already set that way.
TIMEOUT = 30
Save the file
then edit this file
/usr/local/nagios/etc/pnp/npcd.cfg
find the load_threshold setting and change it to the following or to a higher value if it is already set that way.
load_threshold = 50.0
Save out the file and restart these services by running
service npcd restart
service nagios restart
That should keep the graphing function from stopping on the server when it is loaded.

Give that a try and see if it helps. If not, could you get us some screenshots, as well as grab a system profile for us to look at?
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!
josetorres
Posts: 15
Joined: Wed Feb 14, 2018 10:10 am

Re: No previous days charts appear

Post by josetorres »

Hello, I restored nagios from a backup. This helped me I only loose 1 day from graphics.

Thank you
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: No previous days charts appear

Post by lmiltchev »

@josetorres, let us know if we can close this topic or if you have any further questions.
Be sure to check out our Knowledgebase for helpful articles and solutions!
josetorres
Posts: 15
Joined: Wed Feb 14, 2018 10:10 am

Re: No previous days charts appear

Post by josetorres »

you can close this post.

thank you
Locked