24 lines
470 B
YAML
24 lines
470 B
YAML
metrics: true
|
|
ui:
|
|
title: "JLP Homelab Health | Gatus"
|
|
skip-invalid-config-update: true
|
|
|
|
endpoints:
|
|
- name: website
|
|
url: https://twin.sh/health
|
|
interval: 5m
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
- "[BODY].status == UP"
|
|
|
|
- name: github
|
|
url: https://api.github.com/healthz
|
|
interval: 5m
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
|
|
- name: self
|
|
url: http://localhost:8080/health
|
|
interval: 5m
|
|
conditions:
|
|
- "[STATUS] == 200"
|