Compare commits

...

2 Commits

Author SHA1 Message Date
97f8036be6 Fixed error in the telegraf conf
All checks were successful
Docker Build / Build Docker image (push) Successful in 12m48s
2023-09-23 13:09:40 +02:00
3e16bb0639 Fixed error in the telegraf conf 2023-09-23 13:09:01 +02:00

View File

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