Results 33 comments of Christian Fetzer

When I wrote *fritzcollectd*, *collectd* still was quite popular for server monitoring and it made sense to base the Fritzbox monitoring on it because it provided a scheduler, a configuration...

Currently fritzcollectd has only rudimentary support of dect devices. Mainly because I don't have any DECT devices for testing here. The following values are reported to collectd: multimeter power, multimeter...

@BMWfan I tried to reply to your mail but I got "554 5.7.1 RBLTRAP: You can't send us a E-mail today!!!" I guess there's indeed an issue, but unfortunately it...

*fritzcollectd* needs to be adapted to Python 3 (and *fritzconnection* > 1.0.0) - which I wanted to do long ago, but I'm still stuck with a *collectd* version that is...

Config schaut auf den ersten Blick i.O. aus. Wenn du eine Linux Distribution mit systemd benutzt, solltest du dir die logs mit `journalctl -u collectd` ansehen können.

That's not supported at the moment, but it's for sure a valid feature request.

*fritzcollectd* is a plugin for [collectd](https://collectd.org/). You'd have to get this service installed first. If you want to use the dashboard, you'll also need to install [Grafana](https://grafana.com/grafana/download).

@SuperSandro2000 Thanks for your valuable comments! I guess I need to spend more time on the dev environment. Properly installing the project at build time caused a headache. I'm using...

#34 adds an improved version of the docker config to the repo. The issue should no longer exist here.

Thanks for your valuable feedback. I'll try to incorporate your ideas into the readme once I find the time. Regarding your docker setup: Telegraf supports an [exec plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/exec) that can...