Hi Team,
Can anyone help me understand how the interface calculation happens on Nagios XI. Since I have few devices on which the interfce/port utilization is just zero.
I would have to validate the same.
Nagios XI version - 5.8.3
Device type - Aruba Switch
Polling interval - 5mins
Interface Utilization Calculation
-
sneha.irali
- Posts: 141
- Joined: Fri Jan 15, 2021 3:56 am
Interface Utilization Calculation
You do not have the required permissions to view the files attached to this post.
Re: Interface Utilization Calculation
Please see here for troubleshooting:
https://support.nagios.com/kb/article/n ... re-62.html
And here for the architecture of it:
https://support.nagios.com/kb/article/n ... re-62.html
Please run these commands as root and PM me the resulting /tmp/mrtg.txt file:
PM me this file as well for one that is showing 0 but shouldn't be:
https://support.nagios.com/kb/article/n ... re-62.html
And here for the architecture of it:
https://support.nagios.com/kb/article/n ... re-62.html
Please run these commands as root and PM me the resulting /tmp/mrtg.txt file:
Code: Select all
cat /etc/cron.d/mrtg > /tmp/mrtg.txt
ls -ld /var/lib/mrtg >> /tmp/mrtg.txt
ls -l /var/lib/mrtg >> /tmp/mrtg.txt
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.txtCode: Select all
/var/lib/mrtg/X.X.X.X_XXX.rrd-
sneha.irali
- Posts: 141
- Joined: Fri Jan 15, 2021 3:56 am
Re: Interface Utilization Calculation
please close the thread, I have a case opened for it
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Interface Utilization Calculation
Hi,
Thanks!
Benjamin
Sounds good, we'll follow up with you in the ticket.please close the thread, I have a case opened for it
Thanks!
Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!