summaryrefslogtreecommitdiffstats
path: root/health/health.d/wmi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'health/health.d/wmi.conf')
-rw-r--r--health/health.d/wmi.conf24
1 files changed, 16 insertions, 8 deletions
diff --git a/health/health.d/wmi.conf b/health/health.d/wmi.conf
index 90d39ce9d0..e2e3361ef6 100644
--- a/health/health.d/wmi.conf
+++ b/health/health.d/wmi.conf
@@ -14,7 +14,8 @@ component: CPU
warn: $this > (($status >= $WARNING) ? (75) : (85))
crit: $this > (($status == $CRITICAL) ? (85) : (95))
delay: down 15m multiplier 1.5 max 1h
- info: average CPU utilization over the last 10 minutes
+ info: Average CPU utilization over the last 10 minutes. \
+ High CPU utilization.
to: sysadmin
@@ -33,7 +34,8 @@ component: Memory
warn: $this > (($status >= $WARNING) ? (80) : (90))
crit: $this > (($status == $CRITICAL) ? (90) : (98))
delay: down 15m multiplier 1.5 max 1h
- info: memory utilization
+ info: Percentage of used RAM memory. \
+ High RAM utilization.
to: sysadmin
template: wmi_swap_in_use
@@ -49,7 +51,8 @@ component: Memory
warn: $this > (($status >= $WARNING) ? (80) : (90))
crit: $this > (($status == $CRITICAL) ? (90) : (98))
delay: down 15m multiplier 1.5 max 1h
- info: swap memory utilization
+ info: Percentage of used swap. \
+ High swap memory utilization.
to: sysadmin
@@ -68,7 +71,8 @@ component: Network
every: 1m
warn: $this >= 5
delay: down 1h multiplier 1.5 max 2h
- info: number of inbound discarded packets for the network interface in the last 10 minutes
+ info: Number of inbound discarded packets for the network interface in the last 10 minutes. \
+ The network interface discarded many inbound packets.
to: sysadmin
template: wmi_outbound_packets_discarded
@@ -84,7 +88,8 @@ component: Network
every: 1m
warn: $this >= 5
delay: down 1h multiplier 1.5 max 2h
- info: number of outbound discarded packets for the network interface in the last 10 minutes
+ info: Number of outbound discarded packets for the network interface in the last 10 minutes. \
+ The network interface discarded many outbound packets.
to: sysadmin
template: wmi_inbound_packets_errors
@@ -100,7 +105,8 @@ component: Network
every: 1m
warn: $this >= 5
delay: down 1h multiplier 1.5 max 2h
- info: number of inbound errors for the network interface in the last 10 minutes
+ info: Number of inbound errors for the network interface in the last 10 minutes. \
+ The network interface received many bad packets.
to: sysadmin
template: wmi_outbound_packets_errors
@@ -116,7 +122,8 @@ component: Network
every: 1m
warn: $this >= 5
delay: down 1h multiplier 1.5 max 2h
- info: number of outbound errors for the network interface in the last 10 minutes
+ info: Number of outbound errors for the network interface in the last 10 minutes. \
+ The network interface experienced many transmit problems.
to: sysadmin
@@ -135,5 +142,6 @@ component: Disk
warn: $this > (($status >= $WARNING) ? (80) : (90))
crit: $this > (($status == $CRITICAL) ? (90) : (98))
delay: down 15m multiplier 1.5 max 1h
- info: disk space utilization
+ info: Percentage of used disk space. \
+ High disk space utilization.
to: sysadmin