1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00
twin-gatus/config.yaml

39 lines
796 B
YAML
Raw Normal View History

2019-09-06 04:01:48 +00:00
services:
- name: Front End
group: Excuse Me
url: "https://twinnation.org/health"
interval: 30s
conditions:
- "[STATUS] == 200"
- "[BODY].status == UP"
- "[RESPONSE_TIME] < 23"
2020-11-27 04:23:59 +00:00
- name: back-end
2020-11-27 04:23:59 +00:00
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"
- name: cat fact
2020-09-15 00:05:00 +00:00
url: "https://cat-fact.herokuapp.com/facts/random"
2020-11-27 04:23:59 +00:00
interval: 5m
conditions:
- "[STATUS] == 200"
2020-09-15 00:05:00 +00:00
- "[BODY].deleted == false"
- "len([BODY].text) > 0"