gatus/README.md

17 lines
272 B
Markdown
Raw Normal View History

2019-09-04 04:35:40 +02:00
# gatus
2019-09-05 01:37:13 +02:00
2019-09-04 04:35:40 +02:00
A service health dashboard in Go
2019-09-05 01:37:13 +02:00
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"
```