update readme

This commit is contained in:
Christian Stade-Schuldt 2015-06-04 22:23:00 +02:00
parent 766c702e57
commit e12deaab55
1 changed files with 13 additions and 5 deletions

View File

@ -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.