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
Graph Templates with visual Limit per Bandwith
Moderators: Developers, Moderators
Modify the graph template and add a hline where you specifiy the max value you want.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
You may want to have a look at http://forums.cacti.net/viewtopic.php?t ... tilization
Reinhard
Reinhard
bandwidth of line
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
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
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Try To see ifSpeed. Cacti will store that value on each re-indexing event. It is available as |query_ifSpeed|
Reinhard
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
Reinhard
Who is online
Users browsing this forum: No registered users and 0 guests