Browse Source

Fix syntax error

Signed-off-by: Hao Ke <hao.ke@auryc.com>

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
pull/1823/head
Hao Ke 4 years ago committed by Simon Pasquier
parent
commit
9b7a0d06a1
  1. 4
      docs/node-mixin/alerts/alerts.libsonnet

4
docs/node-mixin/alerts/alerts.libsonnet

@ -259,7 +259,7 @@
}, },
annotations: { annotations: {
summary: 'RAID Array is degraded', 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: { annotations: {
summary: 'Failed device in RAID array', 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.',
}, },
}, },
], ],

Loading…
Cancel
Save