monitoring switch port channel bandwith?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
so_dt
Posts: 3
Joined: Thu Feb 23, 2017 4:36 am

monitoring switch port channel bandwith?

Post by so_dt »

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?
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: monitoring switch port channel bandwith?

Post by bwallace »

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?
Be sure to check out the Knowledgebase for helpful articles and solutions!
so_dt
Posts: 3
Joined: Thu Feb 23, 2017 4:36 am

Re: monitoring switch port channel bandwith?

Post by so_dt »

hi bwallace,

the output of the port channel looks like this:
channel.PNG
while the 2 ports within the channel shwo this:
port1.PNG
port2.PNG
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?

Post by avandemore »

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?

Code: Select all

# LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg
Previous Nagios employee
so_dt
Posts: 3
Joined: Thu Feb 23, 2017 4:36 am

Re: monitoring switch port channel bandwith?

Post by so_dt »

Hi avandemore,

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
unfortunately I cannot run the second at the moment, as I have no access to the server itself right now.
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: monitoring switch port channel bandwith?

Post by avandemore »

Can you PM or attach the file /var/lib/mrtg/172.16.96.16_636.rrd?
Previous Nagios employee
Locked