gatus status page
This commit is contained in:
5
gatus/config/global.yaml
Normal file
5
gatus/config/global.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
metrics: false
|
||||||
|
ui:
|
||||||
|
title: Health Dashboard | neller.org
|
||||||
|
header: neller.org
|
||||||
|
logo: ""
|
||||||
37
gatus/config/neller.yaml
Normal file
37
gatus/config/neller.yaml
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
storage:
|
||||||
|
type: sqlite
|
||||||
|
path: /data/data.db
|
||||||
|
endpoints:
|
||||||
|
- name: Vault
|
||||||
|
url: https://vault.neller.org
|
||||||
|
interval: 5m
|
||||||
|
conditions:
|
||||||
|
- "[STATUS] == 200"
|
||||||
|
- name: Cloud
|
||||||
|
url: https://cloud.neller.org
|
||||||
|
interval: 5m
|
||||||
|
conditions:
|
||||||
|
- "[STATUS] == 200"
|
||||||
|
- name: Git
|
||||||
|
url: https://git.neller.org
|
||||||
|
interval: 5m
|
||||||
|
conditions:
|
||||||
|
- "[STATUS] == 200"
|
||||||
|
- name: vb
|
||||||
|
url: https://vb.neller.org
|
||||||
|
interval: 5m
|
||||||
|
conditions:
|
||||||
|
- "[STATUS] == 200"
|
||||||
|
- name: epub2go
|
||||||
|
url: https://epub2go.neller.org
|
||||||
|
interval: 5m
|
||||||
|
conditions:
|
||||||
|
- "[STATUS] == 200"
|
||||||
|
- name: TeamSpeak3
|
||||||
|
url: ssh://ts.neller.org:10022
|
||||||
|
ssh:
|
||||||
|
username: ""
|
||||||
|
password: ""
|
||||||
|
interval: 5m
|
||||||
|
conditions:
|
||||||
|
- "[RESPONSE_TIME] < 5000"
|
||||||
Reference in New Issue
Block a user