20 lines
364 B
YAML
20 lines
364 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
|
|
|
|
uptime_kuma:
|
|
enabled: true
|
|
url: https://nextcloud.dvirlabs.com
|
|
tag: my-apps |