summaryrefslogtreecommitdiffstats
path: root/health/health.d/hdfs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'health/health.d/hdfs.conf')
-rw-r--r--health/health.d/hdfs.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/health/health.d/hdfs.conf b/health/health.d/hdfs.conf
index 678faab4c..7345df4d2 100644
--- a/health/health.d/hdfs.conf
+++ b/health/health.d/hdfs.conf
@@ -23,7 +23,7 @@ template: hdfs_capacity_usage
warn: $this > (($status >= $WARNING) ? (70) : (80))
crit: $this > (($status == $CRITICAL) ? (80) : (98))
delay: down 15m multiplier 1.5 max 1h
- info: used capacity
+ info: summary datanodes space capacity utilization
to: sysadmin
@@ -36,7 +36,7 @@ template: hdfs_missing_blocks
every: 10s
warn: $this > 0
delay: down 15m multiplier 1.5 max 1h
- info: missing blocks
+ info: number of missing blocks
to: sysadmin
@@ -47,7 +47,7 @@ template: hdfs_stale_nodes
every: 10s
warn: $this > 0
delay: down 15m multiplier 1.5 max 1h
- info: stale data nodes
+ info: number of datanodes marked stale due to delayed heartbeat
to: sysadmin
@@ -58,7 +58,7 @@ template: hdfs_dead_nodes
every: 10s
crit: $this > 0
delay: down 15m multiplier 1.5 max 1h
- info: dead data nodes
+ info: number of datanodes which are currently dead
to: sysadmin
@@ -71,5 +71,5 @@ template: hdfs_num_failed_volumes
every: 10s
warn: $this > 0
delay: down 15m multiplier 1.5 max 1h
- info: failed volumes
+ info: number of failed volumes
to: sysadmin