Added missing collections directory to Unix agent structure

Added default (commented) token for log collection in Unix agent.
This commit is contained in:
Sancho Lerena 2014-09-11 12:10:17 +02:00
parent 968c513bee
commit ea905fc024
2 changed files with 7 additions and 0 deletions

View File

@ -242,3 +242,9 @@ module_plugin grep_log /var/log/syslog Syslog_error ERROR
# Plugin for inventory on the agent (Only Enterprise)
module_plugin inventory 1 cpu ram video nic hd cdrom software init_services filesystem users route
# Log collection modules. Only for enterprise version, this will collect log files for forensic analysis.
# This is for LOG monitoring, only on enterprise version
#module_plugin grep_log_module /var/log/messages Syslog \.\*

View File

@ -0,0 +1 @@