diff options
author | M.Gergő | 2020-05-25 21:24:25 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-25 21:24:25 +0200 |
commit | 5edb64013867632492de00f5452e60046eb44970 (patch) | |
tree | 7929f35b94b4f809de038ad7bcea0867669d57d3 | |
parent | 62497539e3e0ffdd8c5f73d4c491d8f009278db9 (diff) | |
download | munin-unifi-5edb64013867632492de00f5452e60046eb44970.tar.gz munin-unifi-5edb64013867632492de00f5452e60046eb44970.zip |
Readme
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,7 +56,7 @@ Edit the **/etc/munin/munin.conf** with the following options: [unifi.company.com] #Unifi Controller hostname address 127.0.0.1 #This plugin uses a wirtual munin node on localhost, use_node_name no #but don't need to use the node name. - timeout 240 #Timeout, while this plugin can be running. + timeout 240 #Timeout, while this plugin can be runned by munin. (whole running time). Edit the **/etc/munin/plugin-conf.d/munin-node**, and use the following configurations: @@ -65,7 +65,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. (must enough to get all data!). + env.timeout - The maximum timeout in milliseconds 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 !!!) |