⛑ Automated developer-oriented status page
Go to file
TwinProduction fd818bb7e8 Minor update
2019-09-06 22:05:30 -04:00
.github/workflows Minor update 2019-09-06 00:15:21 -04:00
.idea Add watchdog package 2019-09-04 19:37:13 -04:00
config Move structs to core package 2019-09-06 20:25:31 -04:00
core Minor update 2019-09-06 22:05:30 -04:00
vendor Go mod vendor 2019-09-06 00:11:13 -04:00
watchdog Add request handlers and move monitoring to watchdog package 2019-09-06 21:59:50 -04:00
config.yaml Move structs to core package 2019-09-06 20:25:31 -04:00
go.mod Go mod vendor 2019-09-06 00:11:13 -04:00
go.sum Go mod vendor 2019-09-06 00:11:13 -04:00
LICENSE.md Rename LICENSE to LICENSE.md 2019-09-03 22:35:56 -04:00
main.go Add request handlers and move monitoring to watchdog package 2019-09-06 21:59:50 -04:00
README.md Add watchdog package 2019-09-04 19:37:13 -04:00

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"