From 161ae8ef1be7ae9a3a43184088d2f285afe6915b Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Sat, 19 Jul 2025 21:48:12 +0300 Subject: [PATCH] Add monitoring.yaml to labmap --- manifests/labmap/monitoring.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 manifests/labmap/monitoring.yaml diff --git a/manifests/labmap/monitoring.yaml b/manifests/labmap/monitoring.yaml new file mode 100644 index 0000000..1420af3 --- /dev/null +++ b/manifests/labmap/monitoring.yaml @@ -0,0 +1,15 @@ +enabled: true +app: nextcloud + +# External HTTP check: +external_check: + url: https://labmap.dvirlabs.com + expected_codes: + "502": warning + "404": warning + "1033": critical + +uptime_kuma: + enabled: true + url: https://labmap.dvirlabs.com + tag: my-apps \ No newline at end of file