Skip to content

Commit

Permalink
Merge pull request #351 from stackhpc/nf_conntrack-alert
Browse files Browse the repository at this point in the history
adding alert for nf_conntrack
  • Loading branch information
Alex-Welsh committed Jan 31, 2023
2 parents 12eeed4 + 1153160 commit a1c56bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions etc/kayobe/kolla/config/prometheus/system.rules
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,12 @@ groups:
summary: "Host EDAC Uncorrectable Errors detected (instance {{ $labels.instance }})"
description: "{{ $labels.instance }} has had {{ printf \"%.0f\" $value }} uncorrectable memory errors reported by EDAC in the last 5 minutes."

- alert: HostConntrackLimit
expr: node_nf_conntrack_entries / node_nf_conntrack_entries_limit > 0.8
for: 5m
labels:
severity: warning
annotations:
summary: Host conntrack limit (instance {{ $labels.instance }})
description: "The number of conntrack is approaching limit"
{% endraw %}

0 comments on commit a1c56bc

Please sign in to comment.