mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
Add example service for ICMP/ping
This commit is contained in:
parent
19a0ba7271
commit
f3afdf2977
1 changed files with 7 additions and 1 deletions
|
@ -45,4 +45,10 @@ services:
|
|||
query-type: "A"
|
||||
conditions:
|
||||
- "[BODY] == 93.184.216.34"
|
||||
- "[DNS_RCODE] == NOERROR"
|
||||
- "[DNS_RCODE] == NOERROR"
|
||||
|
||||
- name: icmp-ping
|
||||
url: "icmp://example.org"
|
||||
interval: 1m
|
||||
conditions:
|
||||
- "[CONNECTED] == true"
|
||||
|
|
Loading…
Reference in a new issue