max speed for bandwidth utilization

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

max speed for bandwidth utilization

Post by lamin »

I am monitoring the bandwidth utilization of every interface in each router. During the configuration nagiosxi shows you the max speed of each interface, however I am not seeing those numbers in mysql. Do you have any idea?
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: max speed for bandwidth utilization

Post by tonyyarusso »

By that do you mean the theoretical maximum (eg. 1 Gbps), or the highest it's actually been (eg. 637 Mbps)?
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

Re: max speed for bandwidth utilization

Post by lamin »

Yeap!
You do not have the required permissions to view the files attached to this post.
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: max speed for bandwidth utilization

Post by tonyyarusso »

That would be the ifSpeed returned by SNMP, OID 1.3.6.1.2.1.2.2.1.5
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

Re: max speed for bandwidth utilization

Post by lamin »

I really did not get it. Is the max speed store in the database?
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: max speed for bandwidth utilization

Post by mguthrie »

The max speed for each port is retrieved from your switch, I'm not sure where exactly it's stored. You could check /var/www/mrtg/mrtg.cfg and see if it's stored in there.
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

Re: max speed for bandwidth utilization

Post by lamin »

It is not there and I really need it in order to perform some percentage bandwidth utilization of each interfaces.
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: max speed for bandwidth utilization

Post by tonyyarusso »

If it's not stored, you can always fetch again yourself - http://php.net/manual/en/function.snmpget.php
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
Locked