diff --git a/telegraf.conf b/telegraf.conf index 532cf77..05b5da7 100644 --- a/telegraf.conf +++ b/telegraf.conf @@ -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:5s}" + timeout = "${TELEGRAF_SCRIPT_TIMEOUT:15s}" data_format = "influx"