From: Florian Forster Date: Mon, 9 Nov 2009 11:05:40 +0000 (+0100) Subject: contrib/snmp-data.conf: Add support for Mikrotik RouterBoards. X-Git-Tag: collectd-4.7.5~10 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=3c3bc4f67827b04e01f54acc03a78894fb5c2832 contrib/snmp-data.conf: Add support for Mikrotik RouterBoards. --- diff --git a/contrib/snmp-data.conf b/contrib/snmp-data.conf index fd8d4044..07381db0 100644 --- a/contrib/snmp-data.conf +++ b/contrib/snmp-data.conf @@ -452,4 +452,73 @@ InstancePrefix "input" Values ".1.3.6.1.4.1.1909.10.6.1.1.3" + + # + # Mikrotik RouterBoards + # + # Wireless statistics: station mode + + tYPE "Bitrate" + Table true + InstancePrefix "st-tx-" + Instance ".1.3.6.1.4.1.14988.1.1.1.1.1.5" + Values ".1.3.6.1.4.1.14988.1.1.1.1.1.2" + + + + Type "bitrate" + Table true + InstancePrefix "st-rx-" + Instance ".1.3.6.1.4.1.14988.1.1.1.1.1.5" + Values ".1.3.6.1.4.1.14988.1.1.1.1.1.3" + + + + Type "signal_power" + Table true + InstancePrefix "st-" + Instance ".1.3.6.1.4.1.14988.1.1.1.1.1.5" + Values ".1.3.6.1.4.1.14988.1.1.1.1.1.4" + + + # Wireless statistics: AP mode / registration table + + Type "signal_power" + Table true + InstancePrefix "ap-" + Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1" + Values ".1.3.6.1.4.1.14988.1.1.1.2.1.3" + + + + Type "if_octets" + Table true + InstancePrefix "ap-" + Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1" + Values ".1.3.6.1.4.1.14988.1.1.1.2.1.5" ".1.3.6.1.4.1.14988.1.1.1.2.1.4" + + + + Type "if_packets" + Table true + InstancePrefix "ap-" + Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1" + Values ".1.3.6.1.4.1.14988.1.1.1.2.1.7" ".1.3.6.1.4.1.14988.1.1.1.2.1.6" + + + + Type "bitrate" + Table true + InstancePrefix "ap-tx-" + Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1" + Values ".1.3.6.1.4.1.14988.1.1.1.2.1.8" + + + + Type "bitrate" + Table true + InstancePrefix "ap-rx-" + Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1" + Values ".1.3.6.1.4.1.14988.1.1.1.2.1.9" +