From c3a4ce1eb4ac06e3f4aad3480e0ecce70b8f19a2 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sat, 18 Sep 2021 13:04:50 -0400 Subject: [PATCH] Minor update --- examples/docker-compose-grafana-prometheus/config.yaml | 6 +++--- examples/kubernetes/gatus.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/docker-compose-grafana-prometheus/config.yaml b/examples/docker-compose-grafana-prometheus/config.yaml index 7c2b6b21..6ded639d 100644 --- a/examples/docker-compose-grafana-prometheus/config.yaml +++ b/examples/docker-compose-grafana-prometheus/config.yaml @@ -1,16 +1,16 @@ metrics: true services: - - name: TwiNNatioN + - name: website url: https://twin.sh/health interval: 30s conditions: - "[STATUS] == 200" - - name: GitHub + - name: github url: https://api.github.com/healthz interval: 5m conditions: - "[STATUS] == 200" - - name: Example + - name: example url: https://example.com/ conditions: - "[STATUS] == 200" \ No newline at end of file diff --git a/examples/kubernetes/gatus.yaml b/examples/kubernetes/gatus.yaml index fc1555fd..7298abc4 100644 --- a/examples/kubernetes/gatus.yaml +++ b/examples/kubernetes/gatus.yaml @@ -3,12 +3,12 @@ data: config.yaml: | metrics: true services: - - name: TwiNNatioN + - name: website url: https://twin.sh/health interval: 1m conditions: - "[STATUS] == 200" - - name: GitHub + - name: github url: https://api.github.com/healthz interval: 5m conditions: @@ -23,7 +23,7 @@ data: - "[BODY].text == pat(*cat*)" - "[STATUS] == pat(2*)" - "[CONNECTED] == true" - - name: Example + - name: example url: https://example.com/ conditions: - "[STATUS] == 200"