blob: b01113b6918369c245487e49463b266aecfc6e97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# you can disable an alarm notification by setting the 'to' line to: silent
template: adaptec_raid_ld_health_status
on: adaptecraid.logical_device_status
class: Errors
type: System
component: RAID
lookup: average -1m unaligned percentage of ok
units: %
every: 10s
crit: $this < 100
delay: down 5m multiplier 1.5 max 1h
summary: Adaptec RAID LD (number ${label:ld_number}) health status
info: Adaptec RAID logical device (number ${label:ld_number} name ${label:ld_name}) health status is critical
to: sysadmin
template: adaptec_raid_pd_health_state
on: adaptecraid.physical_device_state
class: Errors
type: System
component: RAID
lookup: average -1m unaligned percentage of ok
units: %
every: 10s
crit: $this < 100
delay: down 5m multiplier 1.5 max 1h
summary: Adaptec RAID PD (number ${label:pd_number}) health state
info: Adaptec RAID physical device (number ${label:pd_number} location ${label:location}) health state is critical
to: sysadmin
|