From adfee25a22094da3999acbc64ac23458c4d05634 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sat, 15 Aug 2020 16:59:05 -0400 Subject: [PATCH] Update interval in config.yaml --- config.yaml | 4 ++-- example/docker-compose-grafana-prometheus/config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 660f9ad2..5235c617 100644 --- a/config.yaml +++ b/config.yaml @@ -1,14 +1,14 @@ metrics: true services: - name: twinnation - interval: 10s + interval: 30s url: https://twinnation.org/health conditions: - "[STATUS] == 200" - "[BODY].status == UP" - "[RESPONSE_TIME] < 1000" - name: twinnation-articles-api - interval: 10s + interval: 30s url: https://twinnation.org/api/v1/articles/24 conditions: - "[STATUS] == 200" diff --git a/example/docker-compose-grafana-prometheus/config.yaml b/example/docker-compose-grafana-prometheus/config.yaml index d29f7fe0..7b1c281a 100644 --- a/example/docker-compose-grafana-prometheus/config.yaml +++ b/example/docker-compose-grafana-prometheus/config.yaml @@ -2,7 +2,7 @@ metrics: true services: - name: TwiNNatioN url: https://twinnation.org/health - interval: 10s + interval: 30s conditions: - "[STATUS] == 200" - name: GitHub