From e12deaab55247f8f8ddd2d9b31a9a57905a975a0 Mon Sep 17 00:00:00 2001 From: Christian Stade-Schuldt Date: Thu, 4 Jun 2015 22:23:00 +0200 Subject: [PATCH] update readme --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3fa7394..154009d 100644 --- a/README.md +++ b/README.md @@ -12,19 +12,27 @@ A collection of munin plugins to monitor your AVM FRITZ!Box router ## fritzbox_uptime fritzbox_uptime shows you the connection uptime in days +## fritzbox_uptime + + fritzbox_wifi_devices shows you the number of connected wifi clients (requires password) ## Installation & Configuration - 1. Copy all the scripts to =/usr/share/munin/plugins +1. Copy all the scripts to =/usr/share/munin/plugins + +2. Create entry in /etc/munin/plugin-cond.d/munin-node: + + [fritzbox_\*] + env.fritzbox\_ip *ip_address_to_your_fritzbox* + env.fritzbox\_password *fritzbox_password* - 2. Create symbolic links to =/etc/munin/plugins=. +3. Create symbolic links to =/etc/munin/plugins=. - 3. Restart the munin-node daemon: =/etc/init.d/munin-node restart=. +4. Restart the munin-node daemon: =/etc/init.d/munin-node restart=. - 4. Done. You should now start to see the charts on the +5. Done. You should now start to see the charts on the Munin pages. ## Environment Settings Do not forget to restart the munin-node daemon as described in step 3 of the installation instructions above. -