summaryrefslogtreecommitdiffstats
path: root/src/health/health.d/adaptec_raid.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/health/health.d/adaptec_raid.conf')
-rw-r--r--src/health/health.d/adaptec_raid.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/health/health.d/adaptec_raid.conf b/src/health/health.d/adaptec_raid.conf
new file mode 100644
index 000000000..b01113b69
--- /dev/null
+++ b/src/health/health.d/adaptec_raid.conf
@@ -0,0 +1,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