From 5bf560221f40adb1c60c29d39b72caac974ca1a7 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Tue, 29 Jun 2021 23:35:31 -0400 Subject: [PATCH] Remove cat-fact from example config --- config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config.yaml b/config.yaml index a58938c2..4e7c68d5 100644 --- a/config.yaml +++ b/config.yaml @@ -30,14 +30,6 @@ services: conditions: - "[STATUS] == 200" - - name: cat-fact - url: "https://cat-fact.herokuapp.com/facts/random" - interval: 5m - conditions: - - "[STATUS] == 200" - - "[BODY].deleted == false" - - "len([BODY].text) > 0" - - name: example-dns-query url: "8.8.8.8" # Address of the DNS server to use interval: 5m