Skip to content

Commit a1c56bc

Browse files
authored
Merge pull request #351 from stackhpc/nf_conntrack-alert
adding alert for nf_conntrack
2 parents 12eeed4 + 1153160 commit a1c56bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

etc/kayobe/kolla/config/prometheus/system.rules

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,12 @@ groups:
7878
summary: "Host EDAC Uncorrectable Errors detected (instance {{ $labels.instance }})"
7979
description: "{{ $labels.instance }} has had {{ printf \"%.0f\" $value }} uncorrectable memory errors reported by EDAC in the last 5 minutes."
8080

81+
- alert: HostConntrackLimit
82+
expr: node_nf_conntrack_entries / node_nf_conntrack_entries_limit > 0.8
83+
for: 5m
84+
labels:
85+
severity: warning
86+
annotations:
87+
summary: Host conntrack limit (instance {{ $labels.instance }})
88+
description: "The number of conntrack is approaching limit"
8189
{% endraw %}

0 commit comments

Comments
 (0)