You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

exec.toml 419 B

123456789101112131415161718
  1. # # collect interval
  2. # interval = 15
  3. [[instances]]
  4. # # commands, support glob
  5. commands = [
  6. # "/opt/categraf/scripts/*.sh"
  7. ]
  8. # # timeout for each command to complete
  9. # timeout = 5
  10. # # interval = global.interval * interval_times
  11. # interval_times = 1
  12. # # choices: influx prometheus falcon
  13. # # influx stdout example: mesurement,labelkey1=labelval1,labelkey2=labelval2 field1=1.2,field2=2.3
  14. # data_format = "influx"