add more confs and stuff
This commit is contained in:
Vendored
+35
@@ -0,0 +1,35 @@
|
||||
endpoints:
|
||||
- name: website (moxiu's website)
|
||||
url: "https://moxiu.vacpro.fyi"
|
||||
interval: 65s
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[RESPONSE_TIME] < 10000"
|
||||
|
||||
- name: photos
|
||||
url: "https://photos.vacpro.fyi"
|
||||
interval: 65s
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[RESPONSE_TIME] < 10000"
|
||||
|
||||
- name: zipline
|
||||
url: "https://zip.vacpro.fyi"
|
||||
interval: 65s
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[RESPONSE_TIME] < 10000"
|
||||
|
||||
- name: vw
|
||||
url: "https://vw.vacpro.fyi"
|
||||
interval: 65s
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[RESPONSE_TIME] < 10000"
|
||||
|
||||
- name: zitadel
|
||||
url: "https://zita.vacpro.fyi"
|
||||
interval: 65s
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[RESPONSE_TIME] < 10000"
|
||||
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
gatus:
|
||||
image: twinproduction/gatus:stable
|
||||
container_name: gatus
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./config.yaml:/config/config.yaml:ro
|
||||
restart: always
|
||||
ports:
|
||||
- "3002:8080"
|
||||
Reference in New Issue
Block a user