Change alret global message

This commit is contained in:
nicolargo
2017-05-02 21:19:19 +02:00
parent 5d647aea3f
commit c26ad16dfe

View File

@@ -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',