From ae3fc0e31ce1510762d0a8d3f124d81d01730f75 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Tue, 19 Mar 2024 11:13:37 +0200 Subject: health: unsilence cpu % alarm (#17194) --- src/health/health.d/cpu.conf | 4 ++-- 1 file 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 -- cgit v1.2.3