aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM.Gergő2019-01-16 23:26:55 +0100
committerM.Gergő2019-01-16 23:26:55 +0100
commit06b56d32bbb222689d723a47843e0a24be53009c (patch)
tree1030fc65c42816d1499e336726f0e68ea0492156
parent85852501982888bce71dde4619d2b1ece503fdd7 (diff)
downloadmunin-unifi-06b56d32bbb222689d723a47843e0a24be53009c.tar.gz
munin-unifi-06b56d32bbb222689d723a47843e0a24be53009c.zip
readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 024aa9b..784d228 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ Edit the **/etc/munin/plugin-conf.d/munin-node**, and use the following configur
timeout - Munin-update timeout for this plugin.
env.controller - The unifi controller hostname/ip.
env.devices - A "space" separated list of the hostnames or IP addresses of wireless APs.
- env.timeout - The maximum timeout in milliseconds of SNMP requests. (munin running time!).
+ env.timeout - The maximum timeout in milliseconds of SNMP requests. (must enough to get all data!).
env.retry - Number of retry after failed/time out SNMP requets.
env.devnetw - The network of the APs. (It is expreimental yet.)
@@ -65,7 +65,7 @@ For example:
env.controller unifi.company.com
env.devices ap01.wl.company.lan ap02.wl.company.lan ap03.wl.company.lan 10.10.1.6 10.10.1.7 10.10.1.8
env.devnetw 10.10.1.10/24
- env.timeout 70
+ env.timeout 170
env.retry 1