21 lines
351 B
YAML
21 lines
351 B
YAML
enabled: true
|
|
app: plane
|
|
|
|
# Prometheus usage:
|
|
# targets:
|
|
# - plane-app.plane-ce.svc.cluster.local:80
|
|
# scheme: http
|
|
|
|
# External HTTP check:
|
|
external_check:
|
|
url: https://plane.dvirlabs.com
|
|
expected_codes:
|
|
"502": critical
|
|
"404": warning
|
|
"1033": critical
|
|
|
|
uptime_kuma:
|
|
enabled: true
|
|
url: https://plane.dvirlabs.com
|
|
tag: dev-tools
|