Skip to main content

A collectd plugin for monitoring AVM FRITZ!Box routers

Project description

Travis CI Status Coveralls Status

fritzcollectd

A collectd plugin for monitoring AVM FRITZ!Box routers.

Data captured for the FRITZ!Box includes:

  • Physical link status

  • Connection status

  • Online connection uptime

  • Maximal bit rates

  • Current bit rates

  • Total bytes sent and received

  • Total bytes send and received on LAN interface (requires authentication)

  • Router uptime (requires authentication)

Data captured for connected FRITZ!DECT devices (requires authentication):

  • Temperature

  • Switch status

  • Current power

  • Energy consumption

Dependencies

Installation

  1. pip install fritzcollectd

  2. Configure the plugin as shown below

  3. Restart collectd

Prerequisites

In order to be able to read the status information the option “Transmit status information over UPnP” has to be enabled in the “Network Settings” menu on the Fritz!BOX.

For reading values that are marked with requires authentication in the introduction section, the option “Allow access for applications” (also in “Network Settings”) has to be enabled as well. If desired a separate user account can be created for gathering statistics in “FRITZ!Box Users” in the “System” menu. The account needs to have the “FRITZ!Box Settings” permission.

Configuration

Add the following to your collectd config (typically /etc/collectd.conf):

<LoadPlugin python>
    Globals true
</LoadPlugin>
...
<Plugin python>
    Import "fritzcollectd"

    #<Module fritzcollectd>
    #    Address "fritz.box"
    #    Port 49000
    #    User "dslf-config"
    #    Password "pass"
    #    Hostname "FritzBox"
    #    Instance "1"
    #    Verbose "False"
    #</Module>
</Plugin>

The plugin recognizes several (optional) configuration parameters. In most cases the plugin works without any of these parameters. It might be necessary to specify Address if the router’s host name has been changed. The values in the introduction section that are marked with requires authentication can only be queried if the router’s Password has been configured (see also the prerequisites section).

  • Address: The network address of the FRITZ!Box.

  • Port: The TCP port of the FRITZ!Box.

  • User: The login user name on the FRITZ!Box.

  • Password: The password on the FRITZ!Box for authentication.

  • Instance: Plugin instance that collectd associates with the data.

  • Hostname: Hostname that collectd associates with the data (defaults to the host executing this plugin)

  • Verbose: Enable verbose logging to ease debugging.

The module block can be repeated to monitor multiple routers.

Further Information

Please refer to the project announcement blog post for additional information, such as the usage of Grafana for metrics visualization.

License

This projected is licensed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fritzcollectd-0.6.2.tar.gz (13.6 kB view details)

Uploaded Source

File details

Details for the file fritzcollectd-0.6.2.tar.gz.

File metadata

  • Download URL: fritzcollectd-0.6.2.tar.gz
  • Upload date:
  • Size: 13.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.3.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.6

File hashes

Hashes for fritzcollectd-0.6.2.tar.gz
Algorithm Hash digest
SHA256 585549210d4c2ac7da046a429f5567c961c0fe969164210772f7847081ad6415
MD5 1cf555ae6cfacc4a47476db58b6744ae
BLAKE2b-256 1ae761178f721e8ea5c557b6fcb6e59457e6a68e869e7364dad7894a1d5e399f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page