From 80379e23a6470130c9c7b9ab952faa3b585ccaa9 Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Thu, 10 Aug 2023 13:28:19 +0200 Subject: [PATCH] #11326 added max interval in plugin --- pandora_agents/unix/Linux/pandora_agent.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pandora_agents/unix/Linux/pandora_agent.conf b/pandora_agents/unix/Linux/pandora_agent.conf index a0ba4aab9c..1a5cbd45ed 100644 --- a/pandora_agents/unix/Linux/pandora_agent.conf +++ b/pandora_agents/unix/Linux/pandora_agent.conf @@ -312,4 +312,7 @@ module_plugin autodiscover --default #module_end #Hardening plugin for security compliance analysis. Enable to use it. -#module_plugin /usr/share/pandora_agent/plugins/pandora_sca \ No newline at end of file +#module_begin +#module_plugin /usr/share/pandora_agent/plugins/pandora_sca +#module_absoluteinterval 7d +#module_end \ No newline at end of file