I'm new in cacti and try to monitor some cisco-routers. (For monitoring i use the given cisco-router templates.)
Now I wan't to show the bandwidth of the interface in the statistics.
With the variable |query_ifSpeed| I can get the bandwith, but i like it in a human readable form! That means i like to cut some 0 and put a scale unit behind.
Here the part in the ./resource/snmp_queries/interface.xml that get the bandwith from the node.
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>
Regex: http://www.cacti.net/downloads/docs/htm ... y_xml.html
can anybody help me? - thank you