1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00
twin-gatus/README.md

17 lines
272 B
Markdown
Raw Normal View History

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