aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM.Gergő2020-05-24 15:46:19 +0200
committerM.Gergő2020-05-24 15:46:19 +0200
commit25040f3b45db351871804c9eb41790aa699d83c0 (patch)
tree7468d220ee705820a8599531c78fd79d16210d35
parentb7027a98a618290c1b7db1f1cfb648332f04d4fa (diff)
downloadmunin-unifi-25040f3b45db351871804c9eb41790aa699d83c0.tar.gz
munin-unifi-25040f3b45db351871804c9eb41790aa699d83c0.zip
Readme
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index a8f4ef3..85a3f31 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +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.
* 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.
+* 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.
* Official UBNT Unifi SNMP MIBs are available here: [Forum](https://community.ui.com/questions/MIBs-/a0365341-b14f-441b-9484-fd4be414d281)
* Tested with: AP-AC-PRO (up to now).
@@ -35,7 +36,9 @@ Ap-response time
6. Test the plugin with the `munin-run ubnt_unifi` command.
-7. Debug information are available under `munin-run ubnt_unifi debug` command.
+7. Check for munin configuration with: `munin-run ubnt_unifi config` command.
+
+8. Debug information are available under `munin-run ubnt_unifi debug` command.