Merge pull request #1644 from Neraud/dev/fix_mixin_alerts
[node-mixin] Add missing coma in alerts
This commit is contained in:
commit
99182a3fe0
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue