mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 09:24:04 +01:00
272 B
272 B
gatus
A service health dashboard in Go
config should look something like
services:
- name: twinnation
url: https://twinnation.org/actuator/health
interval: 10
failure-threshold: 3
conditions:
- "$STATUS == 200"
- "IP == 200"