Skip to content
Snippets Groups Projects
Commit 9882c17d authored by Trung Nguyen's avatar Trung Nguyen
Browse files

Merge branch 'kerriw-master-patch-50703' into 'master'

Update roles/telegraf/templates/telegraf.conf.j2

See merge request !590
parents d0279bc9 243f5069
No related branches found
No related tags found
1 merge request!590Update roles/telegraf/templates/telegraf.conf.j2
......@@ -59,7 +59,7 @@
# Precision of writes, valid values are n, u, ms, s, m, and h
# note: using second precision greatly helps InfluxDB compression
precision = "s"
insecure_skip_verify = false
insecure_skip_verify = true
# Connection timeout (for the connection with InfluxDB), formatted as a string.
# If not provided, will default to 0 (no timeout)
# timeout = "5s"
......@@ -78,7 +78,7 @@
urls = ["{{ influxdb_server }}"] # required
database = "slurm" # required
precision = "s"
insecure_skip_verify = false
insecure_skip_verify = true
username = "{{ influxdb_user }}"
password = "{{ influxdb_password }}"
[outputs.influxdb.tagpass]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment