Skip to content

Commit 754e881

Browse files
add blackbox 2XX probes for dhis2 and argocd sandbox endpoint
1 parent 701e6eb commit 754e881

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

k8s/manifests/kube-prometheus/config/systems-production.libsonnet

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,26 @@
165165
},
166166
module: 'http_2xx',
167167
},
168+
{
169+
name: 'dhis2-demo-ecuador-login',
170+
targets: ['https://dhis2-demo-ecuador.simple.org/dhis-web-commons/security/login.action'],
171+
labels: {
172+
service: 'dhis2',
173+
environment: 'sandbox',
174+
country: 'null',
175+
},
176+
module: 'http_2xx',
177+
},
178+
{
179+
name: 'simple-argocd-sandbox',
180+
targets: ['argocd-sandbox.simple.org/'],
181+
labels: {
182+
service: 'argocd',
183+
environment: 'sandbox',
184+
country: 'null',
185+
},
186+
module: 'http_2xx',
187+
},
168188
],
169189
alertmanager: {
170190
externalUrl: 'http://alertmanager.simple.org',

0 commit comments

Comments
 (0)