mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
Documenting also new added(space_left & admin_space_left)
Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
parent
f2a2757d1b
commit
3581793d8e
1 changed files with 6 additions and 0 deletions
|
|
@ -853,7 +853,13 @@ rhel9cis_auditd_extra_conf_usage: false
|
|||
# rhel9cis_auditd_extra_conf:
|
||||
# admin_space_left: '10%'
|
||||
rhel9cis_auditd_extra_conf:
|
||||
# This variable governs the threshold(MegaBytes) under which the audit daemon should perform a
|
||||
# specific action to alert that the system is running low on disk space. Must be lower than
|
||||
# the 'space_left' variable.
|
||||
admin_space_left: 50
|
||||
# This variable governs the threshold(MegaBytes) under which the audit daemon should perform a
|
||||
# specific action to alert that the system is running low on disk space(last chance to do something
|
||||
# before running out of disk space). Must be lower than the 'space_left' variable.
|
||||
space_left: 75
|
||||
|
||||
## Control 4.1.1.4 - Ensure rhel9cis_audit_back_log_limit is sufficient
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue