From 9f7e9cf4f56497f418c49bed60bea3fb192bee34 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 18 Jul 2025 11:19:40 +0300 Subject: [PATCH] Add monitoring.yaml foe nextcloud --- manifests/nextcloud/monitoring.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 manifests/nextcloud/monitoring.yaml diff --git a/manifests/nextcloud/monitoring.yaml b/manifests/nextcloud/monitoring.yaml new file mode 100644 index 0000000..7f7c954 --- /dev/null +++ b/manifests/nextcloud/monitoring.yaml @@ -0,0 +1,15 @@ +enabled: true +app: nextcloud + +# Prometheus usage: +targets: + - nextcloud.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