Added telegraf ping monitors
Checks basic network connectivity to default gateways and dns.google
This commit is contained in:
parent
602907dd7c
commit
31400a85ac
@ -52,5 +52,12 @@ telegraf_config_inputs:
|
||||
kernel_vmstat: []
|
||||
net: []
|
||||
netstat: []
|
||||
ping:
|
||||
- urls:
|
||||
- gateway
|
||||
- gateway6
|
||||
- dns.google
|
||||
interface: "{{ ansible_default_ipv4.interface }}"
|
||||
count: 10
|
||||
procstat:
|
||||
- systemd_unit: minecraft.service
|
||||
|
Loading…
Reference in New Issue
Block a user