Munin Plugins to monitor MikroTik Wireless via SNMP
Posted: Wed May 25, 2016 2:02 am
For those who might be interested, I have written a few Munin Plugins to provide some more detailed wireless monitoring of MikroTik devices.
The plugins solely rely on standard SNMP and use MikroTik MIB.
Using SNMPv3 with AuthPriv you can securely monitor devices even over insecure links.
If you are familiar with the MikroTik MIB you should be able to understand what these plugins will do.
Probably not the best coding style but it does the job and if you are familiar with perl/munin you should find your way around.
Feel free to use and/or modify them like you want.
List of included plugins:
The plugins solely rely on standard SNMP and use MikroTik MIB.
Using SNMPv3 with AuthPriv you can securely monitor devices even over insecure links.
If you are familiar with the MikroTik MIB you should be able to understand what these plugins will do.
Probably not the best coding style but it does the job and if you are familiar with perl/munin you should find your way around.
Feel free to use and/or modify them like you want.
List of included plugins:
- snmp__mtrx_ap_ccq: CCQ (%) for each interface of AP.
- snmp__mtrx_ap_ccq_if_: CCQ (%) for a specific interface of AP.
- snmp__mtrx_ap_clients: Number of connected clients for each interface of AP.
- snmp__mtrx_ap_clients_if_: Number of connected clients for a specific interface of AP.
- snmp__mtrx_ap_noise: Noise Floor (dBm) of each interface of AP.
- snmp__mtrx_ap_noise_if_: Noise Floor (dBm) of a specific interface of AP.
- snmp__mtrx_sta_rate_if_: Tx/Rx Rate of a specific interface on a Station.
- snmp__mtrx_sta_strength: Signal Strength (dBm) for each interface on Station.
- snmp__mtrx_sta_strength_if_: Signal Strength (dBm) for a specific interface on Station.
- snmp__mtrx_rtab_bps: Send/Recv bps for each client on a AP.
- snmp__mtrx_rtab_pps: Send/Recv pps for each client on a AP.
- snmp__mtrx_rtab_rate: Rx/Tx rate for each client on a AP.
- snmp__mtrx_rtab_signal: Signal Noise Ratio (SNR dB) for each client on a AP.
- snmp__mtrx_rtab_strength: Signal Strength (dBm) for each client on a AP.