Network Router Bandwidth

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
costanza2k1
Posts: 197
Joined: Fri Aug 09, 2013 12:19 pm

Network Router Bandwidth

Post by costanza2k1 »

Hi all,

I'm trying to set up some triggers for Bandwidth utilization on a Cisco Router. I'd like for it to give a warning at 80% and critical at 90%. I don't know what these values are, what do the 5s and 6s represent? The M?


Are the Bandwidth Monitoring Defaults 20% Warning when the circuit is 20% utilized? I may be over analyzing this.
network configuration.png
You do not have the required permissions to view the files attached to this post.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Network Router Bandwidth

Post by slansing »

That is the In/Out bandwidth limit for warning, and critical thresholds:

Code: Select all

-w, --warning
    Warning threshold pair <incoming>,<outgoing>
 -c, --critical
    Critical threshold pair <incoming>,<outgoing>

The M stands for your data level, either B,K,M or G. Which in turn are B=bps; K=Kbps; M=Mbps; G=Gbps. As denoted by the dropdowns after the wizard runs it's scan.
User avatar
costanza2k1
Posts: 197
Joined: Fri Aug 09, 2013 12:19 pm

Re: Network Router Bandwidth

Post by costanza2k1 »

Ok cool, so the '5' is 5 mb and 6 is 6mb? Correct?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Network Router Bandwidth

Post by slansing »

Yep! I believe those would be the correct numbers, an easy way to test would be to look at that service's reported bandwidth from the check, if it is above 5 it should be in a warning state.
User avatar
costanza2k1
Posts: 197
Joined: Fri Aug 09, 2013 12:19 pm

Re: Network Router Bandwidth

Post by costanza2k1 »

you guys are too awesome! Thanks as always!
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Network Router Bandwidth

Post by slansing »

No problem, I'm going to lock this one up.
Locked