aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNeraud <neraud.login@gmail.com>2020-03-21 13:03:04 +0100
committerNeraud <neraud.login@gmail.com>2020-03-21 13:06:43 +0100
commit1006a2c4bbe6f059074b9b6fb3798892783017a4 (patch)
tree8b9f5d103484fbc8f3cc9271ce6d2d6b6d62193a /docs
parent48bb6f670c6b8e1755312d19ab03686f8d555916 (diff)
downloadprometheus_node_collector-1006a2c4bbe6f059074b9b6fb3798892783017a4.tar.bz2
prometheus_node_collector-1006a2c4bbe6f059074b9b6fb3798892783017a4.tar.xz
prometheus_node_collector-1006a2c4bbe6f059074b9b6fb3798892783017a4.zip
Add missing coma
Signed-off-by: Neraud <neraud.login@gmail.com>
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: {