I'm monitoring an antenna with the "Generic SNMP - enabled host" template.
When i'm looking at the data query, i can see these value for the antenna :
Code: Select all
Index Status Description Name (IF-MIB) Alias (IF-MIB) Type Speed Hardware Address IP Address
1 Up Ethernet Interface ifeth0 ifeth0 ethernetCsmacd(6) 100000000 00:09:02:01:23:94 127.0.0.1
2 Up Wireless Interface Type T54i [1] ifw0 ifw0 other(1) 54000000 192.168.25.28
Code: Select all
<ifSpeed>
<name>Speed</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.2.1.2.2.1.5</oid>
</ifSpeed>
Here's what I tried so far :
Code: Select all
NODE test
TARGET cactihost:13
ICON images/optibeam_bottom-{node:this:state}.png
USESCALE none
POSITION 30 228
SET cacti_use_ifspeed 1
LABEL {node:this:cacti_ifSpeed:%d}
Any ideas ?
Regards.