diff options
author | M.Gergő | 2020-05-25 19:06:56 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-25 19:06:56 +0200 |
commit | d3a788df7e7683315e84ab64f0ac5fa85eebaa8c (patch) | |
tree | 7b316af3426b46c2861ba506b74aea878ee73a0f /README.md | |
parent | 3e8e87c262421510f1e1911341710814fe5481c9 (diff) | |
download | munin-unifi-d3a788df7e7683315e84ab64f0ac5fa85eebaa8c.tar.gz munin-unifi-d3a788df7e7683315e84ab64f0ac5fa85eebaa8c.zip |
Test: new name resolving
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -69,6 +69,7 @@ Edit the **/etc/munin/plugin-conf.d/munin-node**, and use the following configur 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. (It is expreimental yet.) + env.resolvdup - Clarify if Ap is duplicated (Listed via hostname at "devices", and also is in "devnet" network/mask) For example: @@ -81,7 +82,7 @@ For example: env.timeout 850 env.retry 3 env.maxproc 32 - + env.resolvdup 1 ### AUTHOR |