From e6cdae8e6b0027f897f7a4788455bf2439312bee Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Wed, 23 Oct 2024 15:35:37 -0700 Subject: [PATCH] (WIP) monitoring: unbreak prometheus by removing alert shit --- .../services/monitoring/prometheus_config/prometheus.yml.j2 | 2 +- services.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/alpina/templates/services/monitoring/prometheus_config/prometheus.yml.j2 b/roles/alpina/templates/services/monitoring/prometheus_config/prometheus.yml.j2 index 588b09b..f25d93d 100644 --- a/roles/alpina/templates/services/monitoring/prometheus_config/prometheus.yml.j2 +++ b/roles/alpina/templates/services/monitoring/prometheus_config/prometheus.yml.j2 @@ -43,7 +43,7 @@ scrape_configs: - 'demo.promlabs.com:10002' rule_files: - - "/etc/prometheus/container.alerts.yml" +{# - "/etc/prometheus/container.alerts.yml"#} - "/etc/prometheus/extra/rules/*.yml" - "/etc/prometheus/extra/rules/*.json" diff --git a/services.yml b/services.yml index 5c09e4d..772319b 100644 --- a/services.yml +++ b/services.yml @@ -12,3 +12,4 @@ networks: true volumes: true builder_cache: true + when: false