We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6b2d3 commit 1153160Copy full SHA for 1153160
etc/kayobe/kolla/config/prometheus/system.rules
@@ -78,4 +78,12 @@ groups:
78
summary: "Host EDAC Uncorrectable Errors detected (instance {{ $labels.instance }})"
79
description: "{{ $labels.instance }} has had {{ printf \"%.0f\" $value }} uncorrectable memory errors reported by EDAC in the last 5 minutes."
80
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"
89
{% endraw %}
0 commit comments