diff --git a/README.md b/README.md index c374c5f..ca590fb 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,19 @@ If you are using FRITZ!OS 6.30 use the master branch. Do not forget to restart the munin-node daemon as described in step 3 of the installation instructions above. + +## Multiple Fritz!Boxes + + To generate graphs for additional boxes create new symbolic links (like in step 3) but chgange the first part of th + e.g.: ```ln -s /usr/share/munin/plugins/fritzbox_uptime.py /etc/munin/plugins/freetz_uptime``` + + And create a new section in ```/etc/munin/plugin-cond.d/munin-node``` with the alternative name. + +``` +[freetz_*] +env.fritzbox_ip +env.fritzbox_username +env.fritzbox_password +``` + +Restart the munin-node daemon. \ No newline at end of file