Fixed error in the telegraf conf
All checks were successful
Docker Build / Build Docker image (push) Successful in 12m48s
All checks were successful
Docker Build / Build Docker image (push) Successful in 12m48s
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
# Configuration for telegraf agent
|
||||
[agent]
|
||||
interval = "${TELEGRAF_AGENT_INTERVAL:10s}"
|
||||
interval = "${TELEGRAF_AGENT_INTERVAL}"
|
||||
round_interval = true
|
||||
metric_batch_size = 1000
|
||||
metric_buffer_limit = 10000
|
||||
@@ -43,5 +43,5 @@
|
||||
commands = [
|
||||
"/usr/local/py/freebox-monit.py -$ARGS"
|
||||
]
|
||||
timeout = "${TELEGRAF_SCRIPT_TIMEOUT:15s}"
|
||||
timeout = "${TELEGRAF_SCRIPT_TIMEOUT}"
|
||||
data_format = "influx"
|
||||
|
||||
Reference in New Issue
Block a user