aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/node-mixin/alerts/alerts.libsonnet2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/node-mixin/alerts/alerts.libsonnet b/docs/node-mixin/alerts/alerts.libsonnet
index b63d2a5..6c5ca57 100644
--- a/docs/node-mixin/alerts/alerts.libsonnet
+++ b/docs/node-mixin/alerts/alerts.libsonnet
@@ -190,7 +190,7 @@
190 (node_nf_conntrack_entries / node_nf_conntrack_entries_limit) > 0.75 190 (node_nf_conntrack_entries / node_nf_conntrack_entries_limit) > 0.75
191 ||| % $._config, 191 ||| % $._config,
192 annotations: { 192 annotations: {
193 summary: 'Number of conntrack are getting close to the limit' 193 summary: 'Number of conntrack are getting close to the limit',
194 description: '{{ $value | humanizePercentage }} of conntrack entries are used', 194 description: '{{ $value | humanizePercentage }} of conntrack entries are used',
195 }, 195 },
196 labels: { 196 labels: {