Hello,
I have recently experienced problems with the performance graphs on Nagios, most are report 0,not getting any data, we also use statseeker and this appears to be working.
Current version is 5.7.1 updated 14/06/2020
Version 5.7 updated 10/06/2020
Problems started around the 12/06/2020.
Regards
Terry
Performance graphs not performing
Performance graphs not performing
Last edited by scottwilkerson on Mon Jul 06, 2020 9:34 am, edited 2 times in total.
Reason: Removed profile to remove sensitive data, shared with support team
Reason: Removed profile to remove sensitive data, shared with support team
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Performance graphs not performing
You are hitting a load threshold in NPCD
Lets edit /usr/local/nagios/etc/pnp/npcd.cfg
change this
to this
save file and restart NPCD
Lets edit /usr/local/nagios/etc/pnp/npcd.cfg
change this
Code: Select all
load_threshold = 10.0Code: Select all
load_threshold = 40.0Code: Select all
service npcd restartRe: Performance graphs not performing
Hello,
I have applied the fix to the system and restarted it. We are still not bandwidth receiving into our graphs. I bumped it up to 80 with steps in-between with not luck.
Your assistance is appreciated.
I have applied the fix to the system and restarted it. We are still not bandwidth receiving into our graphs. I bumped it up to 80 with steps in-between with not luck.
Your assistance is appreciated.
Re: Performance graphs not performing
If you have having issues with bandwidth graphs in particular, I would recommend troubleshooting the issue by following the KB article below:
https://support.nagios.com/kb/article/n ... hs-29.html
Let us know if this helped. Thank you!
https://support.nagios.com/kb/article/n ... hs-29.html
Let us know if this helped. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Performance graphs not performing
Hello,
The link was very useful, after following I found my issue.
It related to MRTG running longer then 5 minutes, after running the command I found on 16 forks it was running for 8 minutes. I modified the file to have 48 and this resolved my problem. Is there a limit to how many can be added?
Also do you have a document of maintenance activities that should be checked periodically to ensure the system will continue to operate?
Again, thanks for your assistance.
The link was very useful, after following I found my issue.
It related to MRTG running longer then 5 minutes, after running the command I found on 16 forks it was running for 8 minutes. I modified the file to have 48 and this resolved my problem. Is there a limit to how many can be added?
Also do you have a document of maintenance activities that should be checked periodically to ensure the system will continue to operate?
Again, thanks for your assistance.
Re: Performance graphs not performing
The link was very useful, after following I found my issue.
It related to MRTG running longer then 5 minutes, after running the command I found on 16 forks it was running for 8 minutes. I modified the file to have 48 and this resolved my problem.
I am glad I could help!
I didn't find any information on the topic in the MRTG documentation. You can view the documentation here:Is there a limit to how many can be added?
https://oss.oetiker.ch/mrtg/doc/mrtg-re ... -UNIX-only
That being said, I don't believe there is an actual limit, but the number of forks should be kept in check. Too many of them will actually degrade performance and eat system resources. The number of forks you could use would depend on your specific environment.
We don't have a specific document on the issue. All maintenance should be performed automatically by the system. You can view DB maintenance in Admin > System Config > Performance Settings.Also do you have a document of maintenance activities that should be checked periodically to ensure the system will continue to operate?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Performance graphs not performing
Thanks,
My problem is now resolved and this ticket can be closed.
My problem is now resolved and this ticket can be closed.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Performance graphs not performing
Greattpwebb wrote:Thanks,
My problem is now resolved and this ticket can be closed.
Locking