update readme

This commit is contained in:
Christian Stade-Schuldt 2015-06-05 00:26:57 +02:00
parent f4c8404250
commit 9e8e067531
1 changed files with 11 additions and 6 deletions

View File

@ -5,13 +5,13 @@ A collection of munin plugins to monitor your AVM FRITZ!Box router. The scripts
These python scripts are [Munin](http://munin-monitoring.org) plugins for monitoring the [Fritz!Box](http://avm.de/produkte/fritzbox/) router by AVM.
## fritzbox_traffic
## fritzbox\_traffic
fritzbox\_traffic shows you the traffic of the WAN interface.
fritzbox\_traffic shows you the traffic of the WAN interface (requires fritzconnection)
## fritzbox_uptime
## fritzbox\_uptime
fritzbox\_uptime shows you the connection uptime in days
fritzbox\_uptime shows you the connection uptime in days (requires fritzconnection)
## fritzbox\_wifi\_devices
fritzbox\_wifi\_devices shows you the number of connected wifi clients (requires password)
@ -35,6 +35,10 @@ A collection of munin plugins to monitor your AVM FRITZ!Box router. The scripts
## Installation & Configuration
0. Pre-requesites for the fritzbox\_traffic and fritzbox\_uptime plugins is the fritzconnection package. To install it
pip install fritzconnection
1. Copy all the scripts to =/usr/share/munin/plugins
2. Create entry in /etc/munin/plugin-cond.d/munin-node:
@ -51,5 +55,6 @@ A collection of munin plugins to monitor your AVM FRITZ!Box router. The scripts
Munin pages.
## Environment Settings
Do not forget to restart the munin-node daemon as described in step
3 of the installation instructions above.
Do not forget to restart the munin-node daemon as described in step
3 of the installation instructions above.