fix(gatus): config
This commit is contained in:
parent
eccac1ac97
commit
3244a84c51
1 changed files with 4 additions and 1 deletions
|
@ -9,8 +9,11 @@ endpoints:
|
||||||
<<: *default-http
|
<<: *default-http
|
||||||
group: core
|
group: core
|
||||||
url: "http://proxy"
|
url: "http://proxy"
|
||||||
|
conditions:
|
||||||
|
- "[STATUS] == 503" # as there is no service hosted @ "proxy"
|
||||||
|
|
||||||
- name: ntfy
|
- name: ntfy
|
||||||
<<: *default-http
|
<<: *default-http
|
||||||
group: core
|
group: core
|
||||||
url: "http://ntfy"
|
url: "http://ntfy"
|
||||||
|
|
||||||
|
|
Reference in a new issue