diff options
author | M.Gergő | 2020-05-24 16:03:25 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-24 16:03:25 +0200 |
commit | 9ccbb9349358be1c175538b540e130b267ea3af5 (patch) | |
tree | c73d40cba58f6e51e42fdc6220a916137184272d /README.md | |
parent | 25040f3b45db351871804c9eb41790aa699d83c0 (diff) | |
download | munin-unifi-9ccbb9349358be1c175538b540e130b267ea3af5.tar.gz munin-unifi-9ccbb9349358be1c175538b540e130b267ea3af5.zip |
Readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ ### This is a [Munin](http://munin-monitoring.org/) plugin to monitor your [Ubiquiti Unifi](https://www.ubnt.com/products/#unifi) wireless AP status. * It queryes the APs via SNMPv2 and converts result for munin. +* Requires: + * Enabled SNMP on APs. + * Network access from munin-server to AP's network. * It can use php child-processes to get responses faster. * If snmp oids are different on your product, you can use `snmpwalk -v2c -c public ap01.network.lan 'iso.3.6.1.4.1.41112'` command to clarify them. |