gatus/examples/docker-compose-grafana-prometheus/config.yaml
TwinProduction c3a4ce1eb4 Minor update
2021-09-18 13:04:50 -04:00

16 lines
339 B
YAML

metrics: true
services:
- 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"