From e91fef4096d94e36343d946f23a2be13193bd253 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Tue, 22 Jul 2025 11:21:05 +0300 Subject: [PATCH] Add monitoring.yaml for prometheus --- manifests/prometheus/monitoring.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 manifests/prometheus/monitoring.yaml diff --git a/manifests/prometheus/monitoring.yaml b/manifests/prometheus/monitoring.yaml new file mode 100644 index 0000000..52fb77a --- /dev/null +++ b/manifests/prometheus/monitoring.yaml @@ -0,0 +1,15 @@ +enabled: true +app: prometheus +'# targets': +- : +'# scheme': http +'# external_check': + url: https://prometheus.dvirlabs.com + expected_codes: + '502': critical + '404': warning + '1033': critical +uptime_kuma: + enabled: true + url: https://prometheus.dvirlabs.com + tag: prometheus