1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-08 11:04:17 +00:00
Files
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"