⛑ Automated developer-oriented status page
Go to file
2019-09-06 00:02:00 -04:00
.idea Add watchdog package 2019-09-04 19:37:13 -04:00
config Add test for configuration 2019-09-06 00:02:00 -04:00
watchdog Add watchdog package 2019-09-04 19:37:13 -04:00
config.yaml Add configuration file 2019-09-06 00:01:48 -04:00
go.mod Add configuration file 2019-09-06 00:01:48 -04:00
go.sum Add configuration file 2019-09-06 00:01:48 -04:00
LICENSE.md Rename LICENSE to LICENSE.md 2019-09-03 22:35:56 -04:00
main.go Add configuration file 2019-09-06 00:01:48 -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"