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