gatus/config.yaml

39 lines
790 B
YAML
Raw Normal View History

2019-09-06 06:01:48 +02:00
services:
2020-11-27 05:23:59 +01:00
- name: frontend
group: core
url: "https://twinnation.org/health"
2020-11-27 05:23:59 +01:00
interval: 1m
conditions:
- "[STATUS] == 200"
- "[BODY].status == UP"
- "[RESPONSE_TIME] < 1000"
2020-11-27 05:23:59 +01:00
- name: backend
group: core
url: "http://example.org/"
interval: 5m
conditions:
- "[STATUS] == 200"
- name: monitoring
group: internal
url: "http://example.com/"
interval: 5m
conditions:
- "[STATUS] == 200"
- name: nas
group: internal
url: "https://example.org/"
interval: 5m
conditions:
- "[STATUS] == 200"
2020-09-15 02:05:00 +02:00
- name: cat-fact
url: "https://cat-fact.herokuapp.com/facts/random"
2020-11-27 05:23:59 +01:00
interval: 5m
conditions:
- "[STATUS] == 200"
2020-09-15 02:05:00 +02:00
- "[BODY].deleted == false"
- "len([BODY].text) > 0"