1
0
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:
Christian Stade-Schuldt 2015-06-16 23:46:24 +02:00
parent a1b436916c
commit f66bc32bb5

View File

@ -48,7 +48,7 @@ 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 0. Pre-requesites for the fritzbox\_traffic and fritzbox\_uptime plugins is the [fritzconnection](https://pypi.python.org/pypi/fritzconnection) package. To install it
pip install fritzconnection pip install fritzconnection
@ -56,16 +56,15 @@ A collection of munin plugins to monitor your AVM FRITZ!Box router. The scripts
2. Create entry in /etc/munin/plugin-cond.d/munin-node: 2. Create entry in /etc/munin/plugin-cond.d/munin-node:
[fritzbox_\*] [fritzbox_*]
env.fritzbox\_ip *ip_address_to_your_fritzbox* env.fritzbox_ip <ip_address_to_your_fritzbox>
env.fritzbox\_password *fritzbox_password* env.fritzbox_password <fritzbox_password>
3. Create symbolic links to =/etc/munin/plugins=. 3. Create symbolic links to /etc/munin/plugins.
4. Restart the munin-node daemon: =/etc/init.d/munin-node restart=. 4. Restart the munin-node daemon: /etc/init.d/munin-node restart.
5. 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.
Munin pages.
## Environment Settings ## Environment Settings