mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 17:04:27 +01:00
make grafana stack instantly deployable
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Bind address to use for the RPC service for backup and restore.
|
||||
bind-address = "127.0.0.1:8088"
|
||||
[meta]
|
||||
dir = "/var/lib/influxdb/meta"
|
||||
[data]
|
||||
dir = "/var/lib/influxdb/data"
|
||||
wal-dir = "/var/lib/influxdb/wal"
|
||||
series-id-set-cache-size = 100
|
||||
[http]
|
||||
enabled = true
|
||||
bind-address = ":8086"
|
||||
auth-enabled = true
|
||||
[logging]
|
||||
[subscriber]
|
||||
[[graphite]]
|
||||
[[collectd]]
|
||||
[[opentsdb]]
|
||||
[[udp]]
|
||||
[continuous_queries]
|
||||
[tls]
|
||||
[coordinator]
|
||||
[retention]
|
||||
[shard-precreation]
|
||||
[monitor]
|
||||
@@ -0,0 +1,3 @@
|
||||
CREATE DATABASE telegraf WITH DURATION 31d
|
||||
CREATE USER telegrafuser WITH PASSWORD 'MyStrongTelegrafPassword'
|
||||
GRANT ALL ON telegraf to telegrafuser
|
||||
Reference in New Issue
Block a user