feat: gatus, ntfy and refactor
This commit is contained in:
parent
6be48129f6
commit
a57288f872
6 changed files with 107 additions and 26 deletions
3
custom/gatus/Dockerfile
Normal file
3
custom/gatus/Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM twinproduction/gatus
|
||||
|
||||
COPY ./config.yaml /app/config.yaml
|
16
custom/gatus/config.yaml
Normal file
16
custom/gatus/config.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
x-http-endpoint: &default-http
|
||||
group: http
|
||||
interval: 10m
|
||||
conditions: &default-http-conditions
|
||||
- "[STATUS] == 200"
|
||||
|
||||
endpoints:
|
||||
- name: proxy
|
||||
<<: *default-http
|
||||
group: core
|
||||
url: "http://proxy"
|
||||
|
||||
- name: ntfy
|
||||
<<: *default-http
|
||||
group: core
|
||||
url: "http://ntfy"
|
Reference in a new issue