Graph Templates with visual Limit per Bandwith

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
silv
Posts: 1
Joined: Thu Jul 13, 2006 9:59 am
Contact:

Graph Templates with visual Limit per Bandwith

Post by silv »

Is it possible to limit the "Interface - Traffic" Graphs to an colored Value or something like that ?

We monitor lot of Interfaces with different Linespeeds and i would like it so see on "the first view" if the Bandwith Usage reaches the max possible of the Interface

I need something to define the Maxspeed per Interface and get this plotted into the Graph.

any hints are welcome

thanks,
silv
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

Modify the graph template and add a hline where you specifiy the max value you want.
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

You may want to have a look at http://forums.cacti.net/viewtopic.php?t ... tilization
Reinhard
Dinfree
Posts: 13
Joined: Wed May 24, 2006 9:20 am

bandwidth of line

Post by Dinfree »

hi,

I wish ask you a question about bandwidth.

what's the "query_ifSpeed" variable used to graph template (with HRULES for example) ??

For me this is a parameter which represent the speed of synchronization
between a router and the modem of WAN line and not the bandwith exactly.

Is it right or wrong ?
Is it possible to obtain a list with differents values of the MIB (for example : "query_ifSpeed")?
How to obtain it ?

Thanks in advance
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Try

Code: Select all

 snmpwalk -c <community> -v 1 <hostname> interfaces|more
IF-MIB::ifNumber.0 = INTEGER: 6
IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifIndex.2 = INTEGER: 2
IF-MIB::ifIndex.3 = INTEGER: 3
IF-MIB::ifIndex.4 = INTEGER: 4
IF-MIB::ifIndex.5 = INTEGER: 5
IF-MIB::ifIndex.6 = INTEGER: 6
....
IF-MIB::ifSpeed.1 = Gauge32: 10000000
IF-MIB::ifSpeed.2 = Gauge32: 10000000
IF-MIB::ifSpeed.3 = Gauge32: 1000000000
IF-MIB::ifSpeed.4 = Gauge32: 1000000000
IF-MIB::ifSpeed.5 = Gauge32: 4000000
IF-MIB::ifSpeed.6 = Gauge32: 0
To see ifSpeed. Cacti will store that value on each re-indexing event. It is available as |query_ifSpeed|
Reinhard
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests