From f5fd3dbde2ea888bd19f864ee4f3330831b7d518 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:49:17 +0300 Subject: [PATCH] Add monitoring.yaml for nextcloud --- manifests/nextcloud/monitoring.yaml | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/manifests/nextcloud/monitoring.yaml b/manifests/nextcloud/monitoring.yaml index d9d773d..dcff146 100644 --- a/manifests/nextcloud/monitoring.yaml +++ b/manifests/nextcloud/monitoring.yaml @@ -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 \ No newline at end of file + tag: my-apps +# targets: +# - : +# scheme: http +# external_check: +# url: https://nextcloud.dvirlabs.com +# expected_codes: +# '502': critical +# '404': warning +# '1033': critical