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
Network Interface Bandwidth not polling the correct value
Network Interface Bandwidth not polling the correct value
You do not have the required permissions to view the files attached to this post.
Re: Network Interface Bandwidth not polling the correct valu
Can you run the following commands as root and post the the /tmp/mrtg.txt file to the ticket?
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.
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.txtWhat 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!
Re: Network Interface Bandwidth not polling the correct valu
kindly find the attached file
You do not have the required permissions to view the files attached to this post.
Re: Network Interface Bandwidth not polling the correct valu
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?
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.
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.txtWhat 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!