mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
19 lines
No EOL
358 B
YAML
19 lines
No EOL
358 B
YAML
metrics: true
|
|
endpoints:
|
|
- name: website
|
|
url: https://twin.sh/health
|
|
interval: 5m
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
|
|
- name: example
|
|
url: https://example.com/
|
|
interval: 5m
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
|
|
- name: github
|
|
url: https://api.github.com/healthz
|
|
interval: 5m
|
|
conditions:
|
|
- "[STATUS] == 200" |