summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-03-19 11:13:37 +0200
committerGitHub <noreply@github.com>2024-03-19 11:13:37 +0200
commitae3fc0e31ce1510762d0a8d3f124d81d01730f75 (patch)
treeeacade1de4b0dc4e806f7e73ea8c58930adfe5f3
parentca3e0ec08a609e52664e6eaf6b4e3b71f4acdb33 (diff)
health: unsilence cpu % alarm (#17194)
-rw-r--r--src/health/health.d/cpu.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/health/health.d/cpu.conf b/src/health/health.d/cpu.conf
index a3a05855a3..29f541e56c 100644
--- a/src/health/health.d/cpu.conf
+++ b/src/health/health.d/cpu.conf
@@ -15,7 +15,7 @@ host labels: _os=linux
delay: down 15m multiplier 1.5 max 1h
summary: System CPU utilization
info: Average CPU utilization over the last 10 minutes (excluding iowait, nice and steal)
- to: silent
+ to: sysadmin
template: 10min_cpu_iowait
on: system.cpu
@@ -62,4 +62,4 @@ host labels: _os=freebsd
delay: down 15m multiplier 1.5 max 1h
summary: System CPU utilization
info: Average CPU utilization over the last 10 minutes (excluding nice)
- to: silent
+ to: sysadmin