diff --git a/roles/prometheus/templates/prometheus/alert.rules.yml.j2 b/roles/prometheus/templates/prometheus/alert.rules.yml.j2 index 6dcb776b..1a58fd38 100644 --- a/roles/prometheus/templates/prometheus/alert.rules.yml.j2 +++ b/roles/prometheus/templates/prometheus/alert.rules.yml.j2 @@ -150,14 +150,6 @@ groups: annotations: summary: "{{ $value }} paquet(s) APT sont inutile(s) sur {{ $labels.instance }}." - - alert: AptOrphans - expr: apt_orphans > 1 - for: 5m - labels: - severity: warning - annotations: - summary: "{{ $value }} paquet(s) APT sont orphelin(s) sur {{ $labels.instance }}." - # NTP (need NTP plugin in node) # - alert: ntp_drifting # expr: node_ntp_drift_seconds > 0.05