From f979957166392939abab34044147f0d0de6b32a2 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sun, 6 Oct 2019 23:04:22 -0400 Subject: [PATCH] Remove failure-threshold property from example, since it isn't supported yet --- example/config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/example/config.yaml b/example/config.yaml index d0c1470f..d5eacd80 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -2,6 +2,5 @@ services: - name: example url: http://example.org interval: 30s - failure-threshold: 3 conditions: - "$STATUS == 200"