diff --git a/pandora_agents/pc/Linux/pandora_agent.conf b/pandora_agents/pc/Linux/pandora_agent.conf index 28c2bec04d..45c7eb54bb 100644 --- a/pandora_agents/pc/Linux/pandora_agent.conf +++ b/pandora_agents/pc/Linux/pandora_agent.conf @@ -234,16 +234,6 @@ module_description Number of cron task files module_unit files module_end -# This module /var/log/syslog file, under the module name "syslog" -# And search for "ssh" string into it, sending only that information. -module_begin -module_name Syslog -module_description Search for ssh string into /var/log/syslog file -module_type log -module_regexp /var/log/syslog -module_pattern ssh -module_end - #Hardening plugin for security compliance analysis. Enable to use it. #module_begin #module_plugin /usr/share/pandora_agent/plugins/pandora_hardening -t 150 diff --git a/pandora_agents/shellscript/linux/pandora_agent.conf b/pandora_agents/shellscript/linux/pandora_agent.conf index 05af96fcad..d0172175a9 100644 --- a/pandora_agents/shellscript/linux/pandora_agent.conf +++ b/pandora_agents/shellscript/linux/pandora_agent.conf @@ -163,16 +163,6 @@ module_end #module_absoluteinterval 7d #module_end -# This module parses /var/log/syslog file, under the module name "syslog" -# And search for "ssh" string into it, sending only that information. -module_begin -module_name Syslog -module_description Search for ssh string into /var/log/syslog file -module_type log -module_regexp /var/log/syslog -module_pattern ssh -module_end - # Plugin example # Plugin for inventory on the agent. diff --git a/pandora_agents/shellscript/mac_osx/pandora_agent.conf b/pandora_agents/shellscript/mac_osx/pandora_agent.conf index b25c444cd1..1baa97d507 100644 --- a/pandora_agents/shellscript/mac_osx/pandora_agent.conf +++ b/pandora_agents/shellscript/mac_osx/pandora_agent.conf @@ -378,16 +378,6 @@ module_end #module_absoluteinterval 7d #module_end -# This module parses /var/log/syslog file, under the module name "syslog" -# And search for "ssh" string into it, sending only that information. -module_begin -module_name Syslog -module_description Log collection modules -module_type log -module_regexp /var/log/syslog -module_pattern ssh -module_end - # Plugin example # Plugin for inventory on the agent.