summaryrefslogtreecommitdiffstats
path: root/health/health.d/cpu.conf
diff options
context:
space:
mode:
Diffstat (limited to 'health/health.d/cpu.conf')
-rw-r--r--health/health.d/cpu.conf20
1 files changed, 4 insertions, 16 deletions
diff --git a/health/health.d/cpu.conf b/health/health.d/cpu.conf
index a24436e68c..ad69528253 100644
--- a/health/health.d/cpu.conf
+++ b/health/health.d/cpu.conf
@@ -14,11 +14,7 @@ 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 (excluding iowait, nice and steal). \
- High system CPU utilization. \
- A constantly high value might indicate CPU bottleneck, which can make the system run slower. \
- You can check the CPU PSI charts if there is CPU contention and \
- per-process CPU usage to find the top consumers.
+ info: average CPU utilization over the last 10 minutes (excluding iowait, nice and steal)
to: sysadmin
template: 10min_cpu_iowait
@@ -34,9 +30,7 @@ component: CPU
warn: $this > (($status >= $WARNING) ? (20) : (40))
crit: $this > (($status == $CRITICAL) ? (40) : (50))
delay: down 15m multiplier 1.5 max 1h
- info: Average CPU iowait time over the last 10 minutes. \
- High system CPU iowait time. \
- A constantly high value indicates that IO is a bottleneck, which can make the system run slower.
+ info: average CPU iowait time over the last 10 minutes
to: sysadmin
template: 20min_steal_cpu
@@ -52,10 +46,7 @@ component: CPU
warn: $this > (($status >= $WARNING) ? (5) : (10))
crit: $this > (($status == $CRITICAL) ? (20) : (30))
delay: down 1h multiplier 1.5 max 2h
- info: Average CPU steal time over the last 20 minutes. \
- High system CPU steal time. \
- A large amount of steal time indicates CPU contention on the host system, which can reduce guest performance. \
- To fix, increase the guest CPU priority or CPU quota, or run fewer guests on the host.
+ info: average CPU steal time over the last 20 minutes
to: sysadmin
## FreeBSD
@@ -72,8 +63,5 @@ 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 (excluding nice). \
- High system CPU utilization. \
- A constantly high value might indicate CPU bottleneck, which can make the system run slower. \
- You can check per-process CPU usage to find the top consumers.
+ info: average CPU utilization over the last 10 minutes (excluding nice)
to: sysadmin