Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 253 Bytes

File metadata and controls

13 lines (11 loc) · 253 Bytes

Configuration

Back To README

To enable Ping you iputils-ping package needs to be added to Telegraf

[[inputs.ping]]
  interval = "60s"
  urls = ["amazon.com", "google.com"]
  count = 4
  ping_interval = 1.0
  timeout = 2.0