docker-compose/examples/grafana-monitoring/volume-data/influxdb/init/create-database.iql
hhftechnologies dbb998c18a update
2024-09-28 09:59:12 +05:30

3 lines
147 B
Text

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