Gaps in MRTG graphing

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rbuckle
Posts: 146
Joined: Tue Aug 04, 2015 12:25 pm
Location: Idaho
Contact:

Gaps in MRTG graphing

Post by rbuckle »

We had a server fail and had to restore from a backup... but since, this keeps happening?
You do not have the required permissions to view the files attached to this post.
----------------------------------
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
gsmith
Posts: 1253
Joined: Tue Mar 02, 2021 11:15 am

Re: Gaps in MRTG graphing

Post by gsmith »

Hi,

Please try try this:

Code: Select all

 snmpwalk -v2c -c public -m WHISP-APS-MIB 10.26.50.254
replace "public" with the communityname of the device if you know it is not "public"
Send the results back please.

Also please send us a System Profile:

To send us your system profile.
1. Login to the Nagios XI GUI using a web browser.
2. Click the "Admin" > "System Profile" Menu
3. Click the "Download Profile" button
4. Save the profile.zip file and share this in a private message and then reply to this post to bring it up in the queue.

Thank you
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Gaps in MRTG graphing

Post by ssax »

Please edit this file:

Code: Select all

/usr/local/nagios/etc/pnp/npcd.cfg
Set the load_threshold to 60.0.

Then edit this file:

Code: Select all

/usr/local/nagios/etc/pnp/process_perfdata.cfg
Set the TIMEOUT to 20.

Then restart npcd:

Code: Select all

systemctl restart npcd
See if that alleviates it (it likely will).

If that doesn't resolve it, please follow these guides to troubleshoot further:

https://support.nagios.com/kb/article.php?id=9
https://support.nagios.com/kb/article/n ... hs-29.html
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Gaps in MRTG graphing

Post by ssax »

Locking thread, ticket received, we will continue support through the ticket.

Thank you!
Locked