From 49f5940a439363904ff938d8fe1caf30315c3e4a Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Fri, 10 Apr 2020 16:46:19 -0400 Subject: [PATCH] Modify example config --- config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 4dc9c095..a8fea6ae 100644 --- a/config.yaml +++ b/config.yaml @@ -5,9 +5,9 @@ services: interval: 10s conditions: - "[STATUS] == 200" - - "[RESPONSE_TIME] < 20" - - name: GitHub API - url: https://api.github.com/healthz + - "[RESPONSE_TIME] < 30" + - name: Example + url: https://example.org/ interval: 30s conditions: - "[STATUS] == 200" \ No newline at end of file