From f3afdf297761c18f31d981ec4a45bbd046d9e5ea Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Thu, 13 May 2021 21:24:22 -0400 Subject: [PATCH] Add example service for ICMP/ping --- config.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index cd13f57b..6de39e59 100644 --- a/config.yaml +++ b/config.yaml @@ -45,4 +45,10 @@ services: query-type: "A" conditions: - "[BODY] == 93.184.216.34" - - "[DNS_RCODE] == NOERROR" \ No newline at end of file + - "[DNS_RCODE] == NOERROR" + + - name: icmp-ping + url: "icmp://example.org" + interval: 1m + conditions: + - "[CONNECTED] == true"