diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /src/health/health.d/adaptec_raid.conf | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/health/health.d/adaptec_raid.conf')
-rw-r--r-- | src/health/health.d/adaptec_raid.conf | 29 |
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 |