xoxys.telegraf/molecule/rocky8/telegraf/templates/ping.conf.j2
Robert Kaussow 12753fabeb
All checks were successful
continuous-integration/drone/push Build is passing
feat: add test for Rocky Linux 8 (#1)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2022-01-26 21:01:45 +01:00

5 lines
135 B
Django/Jinja

[[inputs.ping]]
## Hosts to send ping packets to.
urls = ["1.1.1.1", "{{ ansible_default_ipv4.address }}"]
method = "exec"