Talk about the UPnP status setting

If you don't enable that, you'll get an exception: Unknown Service: WANIPConnection:1
This commit is contained in:
Christian Weiske 2017-10-13 20:29:05 +02:00 committed by GitHub
parent c5cdb516d7
commit 9264e49e27
1 changed files with 7 additions and 5 deletions

View File

@ -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 <ip_address_to_your_fritzbox>
env.fritzbox_password <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