(WIP) monitoring: unbreak prometheus by removing alert shit

This commit is contained in:
Yuri Tatishchev 2024-10-23 15:35:37 -07:00
parent 6a22c3f815
commit e6cdae8e6b
Signed by: CaZzzer
GPG Key ID: 28BE602058C08557
2 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,7 @@ scrape_configs:
- 'demo.promlabs.com:10002' - 'demo.promlabs.com:10002'
rule_files: rule_files:
- "/etc/prometheus/container.alerts.yml" {# - "/etc/prometheus/container.alerts.yml"#}
- "/etc/prometheus/extra/rules/*.yml" - "/etc/prometheus/extra/rules/*.yml"
- "/etc/prometheus/extra/rules/*.json" - "/etc/prometheus/extra/rules/*.json"

View File

@ -12,3 +12,4 @@
networks: true networks: true
volumes: true volumes: true
builder_cache: true builder_cache: true
when: false