~xenrox/ansible

5668d8968e5e0b058d043b3d47a5603a45b48280 — Thorben Günther 2 years ago 301baeb
prometheus: Change critical updates severity to warning

Don't really need to act immediately.
1 files changed, 2 insertions(+), 2 deletions(-)

M roles/prometheus/files/rules.yml
M roles/prometheus/files/rules.yml => roles/prometheus/files/rules.yml +2 -2
@@ 78,9 78,9 @@ groups:
        expr: archlinux_critical_updates_pending > 0
        for: 5m
        labels:
          severity: critical
          severity: warning
        annotations:
          summary: "Server {{ $labels.instance }} should be updated immediately"
          summary: "Server {{ $labels.instance }} should be updated soon"

      - alert: Pacnew pending
        expr: archlinux_pacnew_pending > 0