cacti version: cacti-0.8.6f
It has been tested only on Linux Slackware 9.1 with Mikrotik 2.8.22 & 2.8.26
I have created some templates for Mikrotik RouterOS.
They capture both System and Wireless Status.
There is support for: Wireless - Data Rates Wireless - Frequency 802.11a Wireless - Frequency 802.11b/g Wireless - Signal Strength - Client Mode System - CPU Utilization System - Uptime System - Disk Space System - Memory Usage
###################################
[because I cannot attach files here you must download
it from cacti forums]
Instalation:
decompress somewhere the zipped file
copy wmikrotik.xml at /web_dir/cacti_dir/resource/snmp_queries/
the files in folder ./templates (of the zipped file) should be imported one by one from the Cacti Console
###################################
more information, fotos & updates you can find at cacti forums
I’m having problem getting your example to work. If you are actively watching this board and if you have a free moment please could you visit Cacti’s board to see a description of my problem!
To get that mib interpreted you must include the mibs into the “dictionary” of net-snmp package. That usually involves copying a version of the MIB into a folder or adding a form of “include” line into a configuration file.
snmpwalk -v1 -m MIKROTIK-EXPERIMENTAL-MIB -c public 10.34.250.253 .1.3.6.1.4.1.14988.1.1.1.1.1.2.
I tried to do something like you tell me to do.
I got the mit form the Mikrotik-Website and copied it to the Dir of net-snmp.
Its using it, I know taht, because the numbers are converted to names.
But as I understand, that does not expand the quantity of numbers or paths, it only converts then from name to number and vice versa, right?