diff options
author | M.Gergő | 2018-09-18 10:38:27 +0200 |
---|---|---|
committer | M.Gergő | 2018-09-18 10:38:27 +0200 |
commit | d62fc9bf0e776c31acd0c7e0be709dfb0f794bd8 (patch) | |
tree | 196f4279b810c87e860b58b94aa45b2474f401c6 /README.md | |
parent | 594ef47e99ac7922915b935604bb07c5b54d8159 (diff) | |
download | munin-unifi-d62fc9bf0e776c31acd0c7e0be709dfb0f794bd8.tar.gz munin-unifi-d62fc9bf0e776c31acd0c7e0be709dfb0f794bd8.zip |
Readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 15 insertions, 13 deletions
@@ -1,18 +1,20 @@ This is a [Munin](http://munin-monitoring.org/) plugin to monitor your [Ubiquiti Unifi](https://www.ubnt.com/products/#unifi) wireless network status. -It uses SNMP v2 to get network data. +It uses SNMPv2 to get network data. + +### The original version of this repo is aviable here: [http://git.bmrg.hu/unifi-munin.git](http://git.bmrg.hu/unifi-munin.git/) + + -**The original version of this repo is aviable here: [http://git.bmrg.hu/unifi-munin.git](http://git.bmrg.hu/unifi-munin.git/)** -. ## Usage unifi_munin - Munin plugin to monitor UBNT unifi wireless APs +Number of Clients ![munin](http://git.bmrg.hu/unifi-munin.git/img/munin-ssid.png) -Number of clients +Network Usage ![munin](http://git.bmrg.hu/unifi-munin.git/img/munin-netw.png) -Network usage @@ -47,13 +49,13 @@ The following environment variables are used: Configuration example for Munin: -` [ubnt_unifi]` -` timeout 240` -` env.controller unifi.company.hu` -` 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.retry 1` + [ubnt_unifi] + timeout 240 + env.controller unifi.company.hu + 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.retry 1 @@ -81,4 +83,4 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -. + |