You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I use fritzcollectd allong with influxdb and I am also gathering the smart home data in addition over the http-API of AVM by a self-written python script on serverside. So, in the end I have the double amount of data in my database.
Is it possible to switch off the collection of smart home data without rewriting (eg with comments) the existing code? The data gathered over the TR-069 protocol should remain (such as totalbytessent etc.).
Thanks in advance and kind regards,
Agrigor
The text was updated successfully, but these errors were encountered:
Agrigor
changed the title
How to disable/stop the collecting of smart home data
How to disable/stop the collecting of smart home data?
Nov 28, 2019
@Agrigor : collectd offers filter rules. I never tried them, but they should allow you to drop the smart home data before they reach any consumer.
A bit in analogy to telegraf plugins, which have often have limited configuration options, but with suitable tagpass and tagdrop plus fielddrop and tagexclude one can control quite well what's send out.
Hi there,
I use fritzcollectd allong with influxdb and I am also gathering the smart home data in addition over the http-API of AVM by a self-written python script on serverside. So, in the end I have the double amount of data in my database.
Is it possible to switch off the collection of smart home data without rewriting (eg with comments) the existing code? The data gathered over the TR-069 protocol should remain (such as totalbytessent etc.).
Thanks in advance and kind regards,
Agrigor
The text was updated successfully, but these errors were encountered: