Skip to content
Snippets Groups Projects
Commit e74f9929 authored by Frederik Schwan's avatar Frederik Schwan
Browse files

Merge branch 'stop-prometheus-spam' into 'master'

stop prometheus from gathering bogus security update informations

See merge request !187
parents 945f5102 5e9e0a3d
No related branches found
No related tags found
1 merge request!187stop prometheus from gathering bogus security update informations
Pipeline #3683 passed
......@@ -201,18 +201,6 @@ groups:
summary: "Prometheus TSDB WAL truncations failed (instance {{ $labels.instance }})"
description: "Prometheus encountered {{ $value }} TSDB WAL truncation failures\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
- name: arch
interval: 60s
rules:
- alert: pacman_security_updates_pending
expr: pacman_security_updates_pending > 0
for: 1m
labels:
severity: warning
annotations:
description: 'host {{ $labels.instance }} has a vulernable but update-able package'
summary: '{{ $labels.instance }} has {{ $value }} vulnerable packages'
- alert: pacman_updates_pending
expr: pacman_updates_pending > 50
for: 1m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment