Skip to content
Snippets Groups Projects
Commit 243f5069 authored by Kerri Wait's avatar Kerri Wait
Browse files

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

parent d0279bc9
No related branches found
No related tags found
1 merge request!590Update roles/telegraf/templates/telegraf.conf.j2
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
# Precision of writes, valid values are n, u, ms, s, m, and h # Precision of writes, valid values are n, u, ms, s, m, and h
# note: using second precision greatly helps InfluxDB compression # note: using second precision greatly helps InfluxDB compression
precision = "s" precision = "s"
insecure_skip_verify = false insecure_skip_verify = true
# Connection timeout (for the connection with InfluxDB), formatted as a string. # Connection timeout (for the connection with InfluxDB), formatted as a string.
# If not provided, will default to 0 (no timeout) # If not provided, will default to 0 (no timeout)
# timeout = "5s" # timeout = "5s"
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
urls = ["{{ influxdb_server }}"] # required urls = ["{{ influxdb_server }}"] # required
database = "slurm" # required database = "slurm" # required
precision = "s" precision = "s"
insecure_skip_verify = false insecure_skip_verify = true
username = "{{ influxdb_user }}" username = "{{ influxdb_user }}"
password = "{{ influxdb_password }}" password = "{{ influxdb_password }}"
[outputs.influxdb.tagpass] [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