fritzbox-munin/README.md

52 lines
1.4 KiB
Markdown
Raw Normal View History

2015-06-02 23:41:15 +02:00
# fritzbox-munin
A collection of munin plugins to monitor your AVM FRITZ!Box router
2015-06-02 23:54:35 +02:00
## Introduction
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
2015-06-04 23:05:16 +02:00
fritzbox\_traffic shows you the traffic of the WAN interface.
2015-06-03 00:42:41 +02:00
## fritzbox_uptime
2015-06-04 23:05:16 +02:00
fritzbox\_uptime shows you the connection uptime in days
## fritzbox\_wifi\_devices
fritzbox\_wifi\_devices shows you the number of connected wifi clients (requires password)
## fritzbox\_cpu\_usage
2015-06-04 22:23:00 +02:00
2015-06-04 23:05:16 +02:00
fritzbox\_cpu\_usage shows you the cpu usage (requires password)
2015-06-04 23:38:39 +02:00
## fritzbox\_memory\_usage
fritzbox\_memory\_usage shows you the memory usage (requires password)
2015-06-02 23:54:35 +02:00
2015-06-04 23:53:58 +02:00
## fritzbox\_power\_consumption
fritzbox\_power\_consumption shows you the power consumption (requires password)
2015-06-02 23:54:35 +02:00
## Installation & Configuration
2015-06-04 22:23:00 +02:00
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*
2015-06-02 23:54:35 +02:00
2015-06-04 22:23:00 +02:00
3. Create symbolic links to =/etc/munin/plugins=.
2015-06-02 23:54:35 +02:00
2015-06-04 22:23:00 +02:00
4. Restart the munin-node daemon: =/etc/init.d/munin-node restart=.
2015-06-02 23:54:35 +02:00
2015-06-04 22:23:00 +02:00
5. Done. You should now start to see the charts on the
2015-06-02 23:54:35 +02:00
Munin pages.
## Environment Settings
Do not forget to restart the munin-node daemon as described in step
3 of the installation instructions above.