From c26ad16dfec6dc7c014ae309de5733c2e7ed4e23 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 2 May 2017 21:19:19 +0200 Subject: [PATCH] Change alret global message --- glances/plugins/glances_alert.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/glances/plugins/glances_alert.py b/glances/plugins/glances_alert.py index 88567953..1bafda9e 100644 --- a/glances/plugins/glances_alert.py +++ b/glances/plugins/glances_alert.py @@ -33,19 +33,19 @@ from glances.plugins.glances_plugin import GlancesPlugin tree = [{'msg': 'No warning or critical alert detected', 'thresholds': [], 'thresholds_min': 0}, - {'msg': 'High CPU user mode by processes', + {'msg': 'High CPU user mode', 'thresholds': ['cpu_user'], 'thresholds_min': 2}, - {'msg': 'High CPU kernel usage by processes', + {'msg': 'High CPU kernel usage', 'thresholds': ['cpu_system'], 'thresholds_min': 2}, - {'msg': 'High CPU I/O waiting by processes', + {'msg': 'High CPU I/O waiting', 'thresholds': ['cpu_iowait'], 'thresholds_min': 2}, {'msg': 'Large CPU stolen time. System running the hypervisor is too busy.', 'thresholds': ['cpu_steal'], 'thresholds_min': 2}, - {'msg': 'High CPU niced value by processes', + {'msg': 'High CPU niced value', 'thresholds': ['cpu_niced'], 'thresholds_min': 2}, {'msg': 'System overloaded in the last 5 minutes',