Add watchdog package

This commit is contained in:
TwinProduction
2019-09-04 19:37:13 -04:00
parent f84f84086d
commit b753443516
13 changed files with 225 additions and 0 deletions

View File

@ -1,2 +1,17 @@
# gatus
A service health dashboard in Go
config should look something like
```yaml
services:
- name: twinnation
url: https://twinnation.org/actuator/health
interval: 10
failure-threshold: 3
conditions:
- "$STATUS == 200"
- "IP == 200"
```