Skip to content

Commit

Permalink
Merge pull request #1644 from Neraud/dev/fix_mixin_alerts
Browse files Browse the repository at this point in the history
[node-mixin] Add missing coma in alerts
  • Loading branch information
beorn7 authored Mar 21, 2020
2 parents 6496c24 + 1006a2c commit 99182a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/node-mixin/alerts/alerts.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
(node_nf_conntrack_entries / node_nf_conntrack_entries_limit) > 0.75
||| % $._config,
annotations: {
summary: 'Number of conntrack are getting close to the limit'
summary: 'Number of conntrack are getting close to the limit',
description: '{{ $value | humanizePercentage }} of conntrack entries are used',
},
labels: {
Expand Down

0 comments on commit 99182a3

Please sign in to comment.