From d889a9594f31781d3df10a37c5f23459e6251045 Mon Sep 17 00:00:00 2001 From: Sofrony Pavel Date: Thu, 14 Feb 2019 22:36:35 +0300 Subject: [PATCH] LA (2 task per core) --- _data/rules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/rules.yml b/_data/rules.yml index efd79bc..ebaa31a 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -49,8 +49,8 @@ services: query: 'rate(node_disk_write_time_ms[1m]) / rate(node_disk_writes_completed[1m]) > 100' severity: warning - name: CPU load - description: CPU load (15m) is high (> 75%) - query: 'avg by (instance) (sum by (cpu) (rate(node_cpu{mode!="idle"}[5m]))) * 100 > 75' + description: CPU load (15m) is high + query: 'node_load15 / (count without (cpu, mode) (node_cpu_seconds_total{mode="system"})) > 2' severity: warning - name: Context switching description: Context switching is growing on node (> 1000 / s)