aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM.Gergő2020-05-26 14:45:36 +0200
committerM.Gergő2020-05-26 14:45:36 +0200
commite554532f73bbcd76cdf31090b06a7fe0b7fb7cbd (patch)
tree7c1bf5ac7e1a551412efd60823061725c2544de5
parent982295c92484494daff29b5eeb659e1592b61571 (diff)
downloadmunin-unifi-e554532f73bbcd76cdf31090b06a7fe0b7fb7cbd.tar.gz
munin-unifi-e554532f73bbcd76cdf31090b06a7fe0b7fb7cbd.zip
Readme updateHEADmaster
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index ca25aa7..53f01b1 100644
--- a/README.md
+++ b/README.md
@@ -64,10 +64,10 @@ Edit the **/etc/munin/munin.conf** with the following options:
Edit the **/etc/munin/plugin-conf.d/munin-node**, and use the following configurations:
[ubnt_unifi]
- timeout - Munin-update timeout for this plugin.
+ timeout - Timeout (only) for munin-update command.
env.controller - The unifi controller hostname/ip. (Must be same as above!)
env.devices - A "space" separated list of the hostnames or IP addresses of wireless APs.
- env.timeout - The maximum timeout in milliseconds for SNMP requests. (must enough to get all data from one AP!).
+ env.timeout - The maximum timeout in milliseconds (only) for SNMP requests. (must enough to get all data from one AP!).
env.retry - Number of retry after failed/time out SNMP requets.
env.maxproc - Maximum nuber of child processes (for SNMP get)
env.devnetw - The network of the APs. (COMMENT IT OUT, IF NOT USED !!!)
@@ -86,6 +86,11 @@ For example:
env.maxproc 32
env.resolvdup 1
+### Known issues
+
+* If there are dead (unresolvable) hostnames in `env.devices` list, the name resolution, will slow down, and running time will significantly increasing, due PHP's gethostbyname() problem. (A problematic name resulotion can take up to 5-30 seconds.)
+* Also, if name resolution is not working on munin-node side, it will causes slowing.
+* The unusable/dead ip addresses in the env.devnetw network, will also causes a little slowing, but you can compensate it with `env.timeout` and `env.maxproc` parameters.
### DEBUG Checklist