From 9264e49e270693e25f7ddf45df8301d31f41bcc3 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 13 Oct 2017 20:29:05 +0200 Subject: [PATCH] Talk about the UPnP status setting If you don't enable that, you'll get an exception: Unknown Service: WANIPConnection:1 --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a82775..4119950 100644 --- a/README.md +++ b/README.md @@ -73,19 +73,21 @@ If you are using the scripts on a different Fritz!Box model please let me know b pip install fritzconnection -1. Copy all the scripts to `/usr/share/munin/plugins` +1. Make sure the FritzBox has UPnP status information enabled. (German interface: Heimnetz > Heimnetzübersicht > Netzwerkeinstellungen > Statusinformationen über UPnP übertragen) + +2. Copy all the scripts to `/usr/share/munin/plugins` -2. Create entry in `/etc/munin/plugin-conf.d/munin-node`: +3. Create entry in `/etc/munin/plugin-conf.d/munin-node`: [fritzbox_*] env.fritzbox_ip env.fritzbox_password -3. Create symbolic links to `/etc/munin/plugins`. +4. Create symbolic links to `/etc/munin/plugins`. -4. Restart the munin-node daemon: `/etc/init.d/munin-node restart`. +5. Restart the munin-node daemon: `/etc/init.d/munin-node restart`. -5. Done. You should now start to see the charts on the Munin pages. +6. Done. You should now start to see the charts on the Munin pages. ## Localization