summaryrefslogtreecommitdiffstats
path: root/health/health.d/scaleio.conf
diff options
context:
space:
mode:
Diffstat (limited to 'health/health.d/scaleio.conf')
-rw-r--r--health/health.d/scaleio.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/health/health.d/scaleio.conf b/health/health.d/scaleio.conf
index 1a3088a2a..ab9771bb4 100644
--- a/health/health.d/scaleio.conf
+++ b/health/health.d/scaleio.conf
@@ -22,7 +22,7 @@ template: scaleio_storage_pool_capacity_utilization
warn: $this > (($status >= $WARNING) ? (80) : (90))
crit: $this > (($status == $CRITICAL) ? (90) : (98))
delay: down 15m multiplier 1.5 max 1h
- info: Storage Pool capacity utilization
+ info: storage pool capacity utilization
to: sysadmin
@@ -34,5 +34,5 @@ template: scaleio_sdc_mdm_connection_state
every: 10s
warn: $this != 1
delay: up 30s down 5m multiplier 1.5 max 1h
- info: Sdc connection to MDM state
+ info: Data Client (SDC) to Metadata Manager (MDM) connection state (0: disconnected, 1: connected)
to: sysadmin