16 lines
282 B
YAML
16 lines
282 B
YAML
enabled: true
|
|
app: nextcloud
|
|
|
|
# Prometheus usage:
|
|
targets:
|
|
- nextcloud-exporter.my-apps.svc.cluster.local:9205
|
|
scheme: http
|
|
|
|
# External HTTP check:
|
|
external_check:
|
|
url: https://nextcloud.dvirlabs.com
|
|
expected_codes:
|
|
"502": critical
|
|
"404": warning
|
|
"1033": critical
|