Hi,
I´d like to monitor the bandwidth usage of switch port channels.
the config wizard in nagios xi does list them as link aggregate, but when adding it as service, the shown usage is far below what is really in use - double checked via adding the individual member ports of the channel. should this usually work?
monitoring switch port channel bandwith?
Re: monitoring switch port channel bandwith?
Can you provide screenshots of the what XI reports for bandwidth usage and what your other source reports?
Is your other source getting these values via SNMP also?
Is your other source getting these values via SNMP also?
Be sure to check out the Knowledgebase for helpful articles and solutions!
Re: monitoring switch port channel bandwith?
hi bwallace,
the output of the port channel looks like this: while the 2 ports within the channel shwo this:
the output of the port channel looks like this: while the 2 ports within the channel shwo this:
You do not have the required permissions to view the files attached to this post.
-
avandemore
- Posts: 1597
- Joined: Tue Sep 27, 2016 4:57 pm
Re: monitoring switch port channel bandwith?
From XI > Configure > CCM > Services > [Your switch service] > Run Check Command what is the full output from running that?
What is the output of this?
What is the output of this?
Code: Select all
# LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfgPrevious Nagios employee
Re: monitoring switch port channel bandwith?
Hi avandemore,
the output of check commant test is this:
unfortunately I cannot run the second at the moment, as I have no access to the server itself right now.
the output of check commant test is this:
Code: Select all
COMMAND: /usr/local/nagios/libexec/check_rrdtraf -f /var/lib/mrtg/172.16.96.16_636.rrd -w 1800.00,1800.00 -c 1900.00,1900.00 -l M
OUTPUT: OK - Current BW in: 54.28Mbps Out: 63.57Mbps|in=54.283849Mb/s;1800.00;1900.00 out=63.574017Mb/s;1800.00;1900.00-
avandemore
- Posts: 1597
- Joined: Tue Sep 27, 2016 4:57 pm
Re: monitoring switch port channel bandwith?
Can you PM or attach the file /var/lib/mrtg/172.16.96.16_636.rrd?
Previous Nagios employee