diff options
author | M.Gergő | 2020-05-25 15:03:28 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-25 15:03:28 +0200 |
commit | d33ee24ff6f5face09765539376a4e6a2728b478 (patch) | |
tree | 8a8ba016fd7e32c9b89d14307c5d1880eccf56d4 /README.md | |
parent | af737457415f333159b9f726b14554ac5e50e02c (diff) | |
download | munin-unifi-d33ee24ff6f5face09765539376a4e6a2728b478.tar.gz munin-unifi-d33ee24ff6f5face09765539376a4e6a2728b478.zip |
More debug info
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ * Requires: * Enabled SNMP on AP's. * Network access from munin-server to AP's network. + * PHP 7.0 or above + * PHP SNMP module + * PHP JSON module + * Debian(9+): `sudo apt-get install php php-cgi php-snmp php-json` * It can use php child-processes to get responses faster. * If snmp oids are different on your product, you can use `snmpwalk -v2c -c public ap01.network.lan 'iso.3.6.1.4.1.41112'` command to clarify them. |