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"
|
||||
Reference in New Issue
Block a user