From 3581793d8e03d363eb358d9f860d919dab62e4fb Mon Sep 17 00:00:00 2001 From: Ionut Pruteanu Date: Wed, 31 Jan 2024 20:31:03 +0200 Subject: [PATCH] Documenting also new added(`space_left` & `admin_space_left`) Signed-off-by: Ionut Pruteanu --- defaults/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/defaults/main.yml b/defaults/main.yml index fc5e9bf..9e9cb4c 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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