mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-18 04:31:59 +01:00
6ed93d4b82
* Add clarifications in comments * #191: Rename Service to Endpoint
16 lines
340 B
YAML
16 lines
340 B
YAML
metrics: true
|
|
endpoints:
|
|
- name: website
|
|
url: https://twin.sh/health
|
|
interval: 30s
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
- name: github
|
|
url: https://api.github.com/healthz
|
|
interval: 5m
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
- name: example
|
|
url: https://example.com/
|
|
conditions:
|
|
- "[STATUS] == 200" |