mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 18:36:59 +08:00
remove Cilium agent high restart rate alert
This commit is contained in:
parent
fe98b117fb
commit
5e0049820d
1 changed files with 0 additions and 4 deletions
|
|
@ -3922,10 +3922,6 @@ groups:
|
|||
query: "sum(cilium_controllers_failing{}) by (pod) > 0"
|
||||
severity: warning
|
||||
for: 5m
|
||||
- name: Cilium agent high restart rate
|
||||
description: "Cilium agent has restarted more than twice in the last 15 minutes. It might be crashlooping."
|
||||
query: 'changes(process_start_time_seconds{job=~".*cilium.*"}[15m]) > 2'
|
||||
severity: warning
|
||||
# Endpoints
|
||||
- name: Cilium agent endpoint failures
|
||||
description: "Cilium agent {{ $labels.pod }} has {{ $value }} endpoint(s) in invalid state."
|
||||
|
|
|
|||
Loading…
Reference in a new issue