Fixed error in the telegraf conf
This commit is contained in:
		@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user