mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-13 19:39:08 -04:00
Change alret global message
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user