mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-07 16:44:25 +01:00
39 lines
791 B
YAML
39 lines
791 B
YAML
services:
|
|
- name: front-end
|
|
group: core
|
|
url: "https://twinnation.org/health"
|
|
interval: 1m
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
- "[BODY].status == UP"
|
|
- "[RESPONSE_TIME] < 150"
|
|
|
|
- name: back-end
|
|
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
|
|
url: "https://cat-fact.herokuapp.com/facts/random"
|
|
interval: 5m
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
- "[BODY].deleted == false"
|
|
- "len([BODY].text) > 0"
|