Compose-Examples/grafana-monitoring/example-configs/create-database.iql
2023-02-15 22:45:31 +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