fix(gatus): Setup alerting
This commit is contained in:
@@ -75,26 +75,36 @@ config:
|
|||||||
<<: *https-endpoint
|
<<: *https-endpoint
|
||||||
group: "Primary Services"
|
group: "Primary Services"
|
||||||
url: https://maps.oceanbox.io/healthz
|
url: https://maps.oceanbox.io/healthz
|
||||||
|
alerts:
|
||||||
|
- type: custom
|
||||||
|
|
||||||
- name: Sorcerer
|
- name: Sorcerer
|
||||||
<<: *https-endpoint
|
<<: *https-endpoint
|
||||||
group: "Primary Services"
|
group: "Primary Services"
|
||||||
url: https://sorcerer.data.oceanbox.io/healthz
|
url: https://sorcerer.data.oceanbox.io/healthz
|
||||||
|
alerts:
|
||||||
|
- type: custom
|
||||||
|
|
||||||
- name: Plume
|
- name: Plume
|
||||||
<<: *https-endpoint
|
<<: *https-endpoint
|
||||||
group: "Secondary Services"
|
group: "Secondary Services"
|
||||||
url: https://plume.data.oceanbox.io/healthz
|
url: https://plume.data.oceanbox.io/healthz
|
||||||
|
alerts:
|
||||||
|
- type: custom
|
||||||
|
|
||||||
- name: Homepage
|
- name: Homepage
|
||||||
<<: *https-endpoint
|
<<: *https-endpoint
|
||||||
group: "Secondary Services"
|
group: "Secondary Services"
|
||||||
url: https://oceanbox.io
|
url: https://oceanbox.io
|
||||||
|
alerts:
|
||||||
|
- type: custom
|
||||||
|
|
||||||
- name: Homepage
|
- name: Homepage
|
||||||
<<: *https-endpoint
|
<<: *https-endpoint
|
||||||
group: "Experimental Services"
|
group: "Experimental Services"
|
||||||
url: https://oceanbox.io
|
url: https://oceanbox.io
|
||||||
|
alerts:
|
||||||
|
- type: custom
|
||||||
|
|
||||||
- name: Atlantis Beta
|
- name: Atlantis Beta
|
||||||
<<: *https-endpoint
|
<<: *https-endpoint
|
||||||
@@ -102,6 +112,8 @@ config:
|
|||||||
url: https://atlantis.beta.oceanbox.io/healthz
|
url: https://atlantis.beta.oceanbox.io/healthz
|
||||||
extra-labels:
|
extra-labels:
|
||||||
environment: staging
|
environment: staging
|
||||||
|
alerts:
|
||||||
|
- type: custom
|
||||||
|
|
||||||
- name: Sorcerer Beta
|
- name: Sorcerer Beta
|
||||||
<<: *https-endpoint
|
<<: *https-endpoint
|
||||||
@@ -109,6 +121,8 @@ config:
|
|||||||
url: https://sorcerer.ekman.oceanbox.io/healthz
|
url: https://sorcerer.ekman.oceanbox.io/healthz
|
||||||
extra-labels:
|
extra-labels:
|
||||||
environment: staging
|
environment: staging
|
||||||
|
alerts:
|
||||||
|
- type: custom
|
||||||
|
|
||||||
- name: Plume Beta
|
- name: Plume Beta
|
||||||
<<: *https-endpoint
|
<<: *https-endpoint
|
||||||
@@ -116,3 +130,5 @@ config:
|
|||||||
url: https://plume.ekman.oceanbox.io/healthz
|
url: https://plume.ekman.oceanbox.io/healthz
|
||||||
extra-labels:
|
extra-labels:
|
||||||
environment: staging
|
environment: staging
|
||||||
|
alerts:
|
||||||
|
- type: custom
|
||||||
|
|||||||
Reference in New Issue
Block a user