X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=contrib%2Fsnmp-data.conf;h=07381db0695970f3e13e41760dab1306f7513afa;hp=fd8d4044083f457b1e7c0da0aa8811e7d3989429;hb=master;hpb=f71467d9c2097ddd9eb772a4fdb985663168ec71 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" +