no quotes no cry

This commit is contained in:
Samuel Berthe 2020-03-07 17:59:42 +01:00
parent 0add8466c6
commit cde4e243ae
No known key found for this signature in database
GPG key ID: 9D7813625412A946

View file

@ -93,11 +93,11 @@ services:
query: "node_hwmon_temp_alarm == 1"
severity: critical
- name: RAID array got inactive
description: 'RAID array "{{ $labels.device }}" 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 }} is in degraded state due to one or more disks failures. Number of spare drives is insufficient to fix issue automatically.'
query: 'node_md_state{state="inactive"} > 0'
severity: critical
- name: RAID disk failure
description: 'At least one device in RAID array on {{ $labels.instance }} failed. Array "{{ $labels.md_device }}" needs attention and possibly a disk swap'
description: 'At least one device in RAID array on {{ $labels.instance }} failed. Array {{ $labels.md_device }} needs attention and possibly a disk swap'
query: 'node_md_disks{state="fail"} > 0'
severity: warning