influxdb + Statistik Daten
Verfasst: Do 31. Mär 2022, 16:25
Die influxdb speichert statistische Daten in die Datenbank "_internal". Es gab hier im Forum den Hinweis, dass man die statistische Daten unterbinden kann, wenn man in der Config Datei
/etc/influxdb/influxdb.conf
store-enabled = false
einträgt.
Ich habe das testweise gemacht, bekomme aber nach ein paar Tagen sehr seltsame Fehler. Der Raspberry kann plötzlich verschiedene Ports nicht mehr erreichen. Wer hat das auch versucht? Welche Erfahrung habt ihr damit?
Ich habe jetzt den Interval auf 60 Sekunden gestellt und beobachte es weiter.
/etc/influxdb/influxdb.conf
store-enabled = false
einträgt.
Code: Alles auswählen
###
### Controls the system self-monitoring, statistics and diagnostics.
###
### The internal database for monitoring data is created automatically if
### if it does not already exist. The target retention within this database
### is called 'monitor' and is also created with a retention period of 7 days
### and a replication factor of 1, if it does not exist. In all cases the
### this retention policy is configured as the default for the database.
[monitor]
# Whether to record statistics internally.
# store-enabled = true
# The destination database for recorded statistics
# store-database = "_internal"
# The interval at which to record statistics
# store-interval = "10s"
###
Ich habe jetzt den Interval auf 60 Sekunden gestellt und beobachte es weiter.