From 9b7a0d06a17c250603e92ef9ff4afc13684fae8e Mon Sep 17 00:00:00 2001 From: Hao Ke Date: Mon, 24 Aug 2020 15:42:12 -0400 Subject: [PATCH] Fix syntax error Signed-off-by: Hao Ke Signed-off-by: Simon Pasquier --- docs/node-mixin/alerts/alerts.libsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/node-mixin/alerts/alerts.libsonnet b/docs/node-mixin/alerts/alerts.libsonnet index 1b02d5ab..0988f767 100644 --- a/docs/node-mixin/alerts/alerts.libsonnet +++ b/docs/node-mixin/alerts/alerts.libsonnet @@ -259,7 +259,7 @@ }, annotations: { summary: 'RAID Array is degraded', - description: 'RAID array '{{ $labels.device }}' on {{ $labels.instance }} is in degraded state due to one or more disks failures. Number of spare drives is insufficient to fix issue automatically.', + description: 'RAID array \'{{ $labels.device }}\' on {{ $labels.instance }} is in degraded state due to one or more disks failures. Number of spare drives is insufficient to fix issue automatically.', }, }, { @@ -272,7 +272,7 @@ }, annotations: { summary: 'Failed device in RAID array', - description: 'At least one device in RAID array on {{ $labels.instance }} failed. Array '{{ $labels.device }}' needs attention and possibly a disk swap.', + description: 'At least one device in RAID array on {{ $labels.instance }} failed. Array \'{{ $labels.device }}\' needs attention and possibly a disk swap.', }, }, ],