Added missing collections directory to Unix agent structure
Added default (commented) token for log collection in Unix agent.
This commit is contained in:
parent
968c513bee
commit
ea905fc024
|
@ -242,3 +242,9 @@ module_plugin grep_log /var/log/syslog Syslog_error ERROR
|
||||||
# Plugin for inventory on the agent (Only Enterprise)
|
# Plugin for inventory on the agent (Only Enterprise)
|
||||||
|
|
||||||
module_plugin inventory 1 cpu ram video nic hd cdrom software init_services filesystem users route
|
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 \.\*
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
|
Loading…
Reference in New Issue