Page 1 of 1
Network Interface Bandwidth not polling the correct value
Posted: Thu Nov 14, 2019 2:11 am
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
Re: Network Interface Bandwidth not polling the correct valu
Posted: Thu Nov 14, 2019 2:42 pm
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.
Re: Network Interface Bandwidth not polling the correct valu
Posted: Sun Nov 17, 2019 1:20 pm
by inshad
kindly find the attached file
Re: Network Interface Bandwidth not polling the correct valu
Posted: Mon Nov 18, 2019 10:02 am
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.