mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-07 08:34:15 +01:00
⛑ Automated developer-oriented status page
alertingdashboarddevopsdockergogolanghealthmonitormonitoringmonitoring-servermonitoring-toolnotificationsselfhostedself-hostedslackstatusstatuspagestatus-pageuptimeuptime-monitoring
.github/workflows | ||
.idea | ||
config | ||
core | ||
vendor | ||
watchdog | ||
config.yaml | ||
go.mod | ||
go.sum | ||
LICENSE.md | ||
main.go | ||
README.md |
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"