https://github.com/mnlipp/collectfritzboxvalues
https://github.com/mnlipp/collectfritzboxvalues
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mnlipp/collectfritzboxvalues
- Owner: mnlipp
- License: agpl-3.0
- Created: 2021-09-17T12:32:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T12:14:58.000Z (over 2 years ago)
- Last Synced: 2025-02-16T22:41:28.582Z (4 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Collect Fritz!Box Values (for graphite)
This is not a sophisticated program. Consider this to be script that
you can adapt for your own purposes.The program connects to a Fritz!Box Cable and executes an endless loop
that reads the cable modem values and writes them to
[graphite](https://graphiteapp.org/).Invoke the program with a YAML configuration file (mandatory). The
sample shows the built-in defaults.```yml
fritzbox:
ip: 192.168.178.1
user: graphite
password: nonegraphite:
server: localhost
port: 2004interval: 5
```Usually, you don't need this data -- unless something goes wrong.
I wrote the program in order to document the problems that I have
with my upstream connection. Still to be solved...