Skip to main content

A collectd plugin for monitoring AVM FRITZ!Box routers

Project description

A collectd plugin for monitoring AVM FRITZ!Box routers.

Data captured includes:

  • Physical link status

  • Connection status

  • Online connection uptime

  • Maximal bit rates

  • Current bit rates

  • Total bytes sent and received

Dependencies

Installation

  1. pip install fritzcollectd

  2. Configure the plugin as shown below

  3. Restart collectd

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"
    #    Instance "1"
    #</Module>
</Plugin>

The plugin recognizes several (optional) configuration parameters.

  • Address: The address of the FRITZ!Box

  • Port: The port of the FRITZ!Box

  • User: Login user name

  • Password: Password for authentication

  • Instance: collectd plugin instance

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.1.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

fritzcollectd-0.1.0-py2.py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 2 Python 3

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