mirror of
https://github.com/Tafkas/fritzbox-munin.git
synced 2023-10-10 13:36:55 +02:00
update readme
This commit is contained in:
parent
f4c8404250
commit
9e8e067531
13
README.md
13
README.md
@ -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.
|
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
|
||||||
|
|
||||||
fritzbox\_wifi\_devices shows you the number of connected wifi clients (requires password)
|
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
|
## 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
|
1. Copy all the scripts to =/usr/share/munin/plugins
|
||||||
|
|
||||||
2. Create entry in /etc/munin/plugin-cond.d/munin-node:
|
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.
|
Munin pages.
|
||||||
|
|
||||||
## Environment Settings
|
## Environment Settings
|
||||||
|
|
||||||
Do not forget to restart the munin-node daemon as described in step
|
Do not forget to restart the munin-node daemon as described in step
|
||||||
3 of the installation instructions above.
|
3 of the installation instructions above.
|
||||||
|
Loading…
Reference in New Issue
Block a user