Network Interface Bandwidth not polling the correct value

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mejokj
Posts: 353
Joined: Mon Jul 22, 2013 10:31 pm

Network Interface Bandwidth not polling the correct value

Post by mejokj »

Hi Team,

One of our network device interface bandwidth is not polling the correct value. There was some interface bandwidth degradation happened yesterday but this was not reflected in Nagios Xi performance graph. It was showed a constant value.

Attached the screenshot for reference. Please suggest.

For example, the network interface bandwidth was reduced below 4 Mb/s between 6:15 PM to 6:20 PM. but it was showed above 6 value.

Thanks
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Network Interface Bandwidth not polling the correct valu

Post by tgriep »

Can you run the following commands as root and post the the /tmp/mrtg.txt file to the ticket?

Code: Select all

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg -debug=cfg,base,log &> /tmp/mrtg.txt
LANG=C LC_ALL=C /usr/bin/mrtg &>> /tmp/mrtg.txt
LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lib/mrtg/mrtg.lock --confcache-file /var/lib/mrtg/mrtg.ok --user=nagios --group=nagios &>> /tmp/mrtg.txt
{ time LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg 2>1 ; } 2>> /tmp/mrtg.txt

What is the IP address of the device with the issue?
I will need that to go through the data in the mrtg.txt file so make sure it is included.
Be sure to check out our Knowledgebase for helpful articles and solutions!
inshad
Posts: 30
Joined: Mon May 20, 2019 3:03 pm

Re: Network Interface Bandwidth not polling the correct valu

Post by inshad »

kindly find the attached file
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Network Interface Bandwidth not polling the correct valu

Post by tgriep »

The files you uploaded are settings for the SNMP daemons and the MIB files which we do not need so can you run the following and post the MRTG information?

Can you run the following commands as root and post the the /tmp/mrtg.txt file to the ticket?

Code: Select all

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg -debug=cfg,base,log &> /tmp/mrtg.txt
LANG=C LC_ALL=C /usr/bin/mrtg &>> /tmp/mrtg.txt
LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lib/mrtg/mrtg.lock --confcache-file /var/lib/mrtg/mrtg.ok --user=nagios --group=nagios &>> /tmp/mrtg.txt
{ time LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg 2>1 ; } 2>> /tmp/mrtg.txt

What is the IP address of the device with the issue?
I will need that to go through the data in the mrtg.txt file so make sure it is included.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked