Fixed error in the telegraf conf

This commit is contained in:
2023-09-23 13:09:01 +02:00
parent 85cf8303f7
commit 3e16bb0639

View File

@ -41,7 +41,7 @@
# Read metrics from one or more commands that can output to stdout # Read metrics from one or more commands that can output to stdout
[[inputs.exec]] [[inputs.exec]]
commands = [ commands = [
"python3 /usr/local/py/freebox-monit.py -$ARGS" "/usr/local/py/freebox-monit.py -$ARGS"
] ]
timeout = "${TELEGRAF_SCRIPT_TIMEOUT:5s}" timeout = "${TELEGRAF_SCRIPT_TIMEOUT:15s}"
data_format = "influx" data_format = "influx"