gatus/README.md
2019-09-04 19:37:13 -04:00

17 lines
272 B
Markdown

# 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"
```