summaryrefslogtreecommitdiffstats
path: root/health/health.d/mdstat.conf
diff options
context:
space:
mode:
Diffstat (limited to 'health/health.d/mdstat.conf')
-rw-r--r--health/health.d/mdstat.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/health/health.d/mdstat.conf b/health/health.d/mdstat.conf
index 2f906e187..ca2d0d9fb 100644
--- a/health/health.d/mdstat.conf
+++ b/health/health.d/mdstat.conf
@@ -14,7 +14,8 @@ template: mdstat_disks
every: 10s
calc: $down
crit: $this > 0
- info: Array is degraded!
+ info: number of devices in the down state. \
+ Any number > 0 indicates that the array is degraded.
to: sysadmin
template: mdstat_mismatch_cnt
@@ -24,7 +25,7 @@ template: mdstat_mismatch_cnt
every: 60s
warn: $this > 1024
delay: up 30m
- info: Mismatch count!
+ info: number of unsynchronized blocks
to: sysadmin
template: mdstat_nonredundant_last_collected
@@ -35,4 +36,4 @@ template: mdstat_nonredundant_last_collected
warn: $this > (($status >= $WARNING) ? ($update_every) : ( 5 * $update_every))
crit: $this > (($status == $CRITICAL) ? ($update_every) : (60 * $update_every))
info: number of seconds since the last successful data collection
- to: sysadmin \ No newline at end of file
+ to: sysadmin