23 lines
No EOL
300 B
YAML
23 lines
No EOL
300 B
YAML
---
|
|
|
|
# Database name
|
|
db_name: telegraf
|
|
|
|
# User and password
|
|
user_name: telegraf
|
|
user_pass: not24get
|
|
|
|
# Admin auth
|
|
admin_user: admin
|
|
admin_pass: not24get
|
|
|
|
# Is Admin (true/false)
|
|
is_admin: no
|
|
|
|
# priviledges
|
|
priv: ALL
|
|
|
|
# retention policy
|
|
policy_name: monthly
|
|
policy_duration: 100d
|
|
policy_replication: 1 |