Compose-Examples/examples/grafana-monitoring/example-configs/create-database.iql
2023-02-23 22:33:13 +01:00

4 lines
147 B
Plaintext

CREATE DATABASE telegraf WITH DURATION 31d
CREATE USER telegrafuser WITH PASSWORD 'MyStrongTelegrafPassword'
GRANT ALL ON telegraf to telegrafuser