From 06b56d32bbb222689d723a47843e0a24be53009c Mon Sep 17 00:00:00 2001 From: M.Gergő Date: Wed, 16 Jan 2019 23:26:55 +0100 Subject: readme --- README.md | 4 ++-- 1 file 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 -- cgit v1.2.3