Add monitoring.yaml for nextcloud

This commit is contained in:
dvirlabs 2025-07-24 14:49:17 +03:00
parent 71fa4828e6
commit f5fd3dbde2

View File

@ -1,20 +1,15 @@
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
tag: my-apps
# targets:
# - <exporter-host>:<port>
# scheme: http
# external_check:
# url: https://nextcloud.dvirlabs.com
# expected_codes:
# '502': critical
# '404': warning
# '1033': critical