Telegraf calling python in windows

I had to add python.exe

[[inputs.exec]]
  ## Commands array
  commands = [
    "python.exe e_discovernodes.py"
  ]
1 Like