Go to file
Christian Stade-Schuldt 479504d4d1 add fritzbox memory usage plugin 2015-06-04 23:36:18 +02:00
LICENSE Initial commit 2015-06-02 23:37:01 +02:00
README.md update readme 2015-06-04 23:05:16 +02:00
fritzbox_cpu_usage.py fix for cpu usage 2015-06-04 23:11:48 +02:00
fritzbox_helper.py cleanup 2015-06-04 22:28:25 +02:00
fritzbox_memory_usage.py add fritzbox memory usage plugin 2015-06-04 23:36:18 +02:00
fritzbox_traffic.py add fritzbox wan traffic plugin 2015-06-02 23:39:33 +02:00
fritzbox_uptime.py fix graph_args 2015-06-03 00:58:30 +02:00
fritzbox_wifi_devices.py cleanup 2015-06-04 22:28:25 +02:00

README.md

fritzbox-munin

A collection of munin plugins to monitor your AVM FRITZ!Box router

Introduction

These python scripts are Munin plugins for monitoring the Fritz!Box router by AVM.

fritzbox_traffic

fritzbox_traffic shows you the traffic of the WAN interface.

fritzbox_uptime

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

fritzbox_cpu_usage shows you the cpu usage (requires password)

Installation & Configuration

  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

  3. Create symbolic links to =/etc/munin/plugins=.

  4. Restart the munin-node daemon: =/etc/init.d/munin-node restart=.

  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.