set hide_corrective_action_type = False

This commit is contained in:
Alexey Avramov 2019-11-26 22:19:26 +09:00
parent afec6aff61
commit d5a2103091
2 changed files with 3 additions and 6 deletions

View File

@ -124,7 +124,7 @@ post_action_gui_notifications = True
Type: boolean
Valid values: True and False
hide_corrective_action_type = True
hide_corrective_action_type = False
4.2. Low memory warnings
@ -263,12 +263,9 @@ forbid_negative_badness = True
Example:
@BADNESS_ADJ_RE_NAME -500 /// ^sshd$
Prefer firefox tabs
@BADNESS_ADJ_RE_NAME 300 /// ^Web Content$
7.3.2. Matching CGroup_v1-line with RE patterns
@BADNESS_ADJ_RE_CGROUP_V1 -50 /// ^/system\.slice/
@BADNESS_ADJ_RE_CGROUP_V1 -50 /// ^/system\.slice/
@BADNESS_ADJ_RE_CGROUP_V1 50 /// /foo\.service$

View File

@ -124,7 +124,7 @@ post_action_gui_notifications = False
Type: boolean
Valid values: True and False
hide_corrective_action_type = True
hide_corrective_action_type = False
4.2. Low memory warnings