icinga2-container/etc/influxdb/config.toml

22 lines
458 B
TOML
Raw Normal View History

2016-04-30 23:20:43 +00:00
[reporting]
reporting-disabled = true
2016-04-29 19:07:22 +00:00
[meta]
dir = "/var/lib/influxdb/meta"
retention-autocreate = true
logging-enabled = true
lease-duration = "1m0s"
2016-04-30 23:20:43 +00:00
[data]
dir = "/var/lib/influxdb/data"
wal-dir = "/var/lib/influxdb/wal"
2016-04-29 19:07:22 +00:00
[http]
auth-enabled = true
https-enabled = true
https-certificate = "/etc/ssl/letsencrypt/influxdb/combined.pem"
[admin]
https-enabled = true
https-certificate = "/etc/ssl/letsencrypt/influxdb/combined.pem"