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

16 lines
340 B
YAML
Raw Normal View History

metrics: true
endpoints:
2021-09-18 17:04:50 +00:00
- name: website
2021-09-18 16:42:11 +00:00
url: https://twin.sh/health
2020-08-15 20:59:05 +00:00
interval: 30s
conditions:
- "[STATUS] == 200"
2021-09-18 17:04:50 +00:00
- name: github
url: https://api.github.com/healthz
2020-08-15 00:05:10 +00:00
interval: 5m
conditions:
- "[STATUS] == 200"
2021-09-18 17:04:50 +00:00
- name: example
url: https://example.com/
conditions:
- "[STATUS] == 200"