Override influxdb defaults to

* only listen to localhost for security reasons
* don't print debug logs for every call
* don't use the _internal db
pull/637/head
Michael Zanetti 2023-05-07 23:48:40 +02:00
parent 4e509841b0
commit c2e7d2bf0e
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
[Service]
Environment="INFLUXDB_HTTP_BIND_ADDRESS=127.0.0.1:8086"
Environment="INFLUXDB_MONITOR_STORE_ENABLED=false"
Environment="INFLUXDB_HTTP_LOG_ENABLED=false"
Environment="INFLUXDB_CONTINUOUS_QUERIES_LOG_ENABLED=false"
Environment="INFLUXDB_CONTINUOUS_QUERIES_QUERY_STATS_ENABLED=false"
Environment="INFLUXDB_DATA_QUERY_LOG_ENABLED=false"

View File

@ -1,5 +1,6 @@
usr/bin/nymead
data/systemd/nymead.service /lib/systemd/system/
data/systemd/influxd.service.d/nymea-env.conf /etc/systemd/system/influxd.service.d/
data/logrotate/nymead /etc/logrotate.d/
data/dbus-1/io.guh.nymead.conf /etc/dbus-1/system.d/
data/dpkg/nymea-upgrade-helper /usr/libexec/