Skip to content

phlupp/fritztelegraf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

python script for InfluxData / Telegraf

this script was insptred by fetzerch/fritzcollectd

You can use this script to collect data from a AVM Fritz!Box and push via Telegraf to InfluxDB

Dependencies

Installation

  1. copy fritztelegraf.py to /usr/local/bin/
  2. Configure the plugin as shown below
  3. Restart telefraf

Configuration

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

[[inputs.exec]]
  commands = [
        "/usr/local/bin/fritztelegraf.py"
  ]
  data_format = "influx"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published