make grafana stack instantly deployable

This commit is contained in:
L4RM4ND
2023-02-24 22:09:30 +01:00
parent efda369edd
commit 445fd9d7cb
8 changed files with 37 additions and 22 deletions

View File

@@ -0,0 +1,3 @@
CREATE DATABASE telegraf WITH DURATION 31d
CREATE USER telegrafuser WITH PASSWORD 'MyStrongTelegrafPassword'
GRANT ALL ON telegraf to telegrafuser