disable eventlog modules by default
This commit is contained in:
parent
bfee610b4f
commit
b21ac07c42
|
@ -180,20 +180,20 @@ module_group Networking
|
|||
module_end
|
||||
|
||||
# Get logs from System source.
|
||||
module_begin
|
||||
module_name Eventlog_System
|
||||
module_type log
|
||||
module_logevent
|
||||
module_source System
|
||||
module_end
|
||||
# module_begin
|
||||
# module_name Eventlog_System
|
||||
# module_type log
|
||||
# module_logevent
|
||||
# module_source System
|
||||
# module_end
|
||||
|
||||
# Get logs from Security source.
|
||||
module_begin
|
||||
module_name Eventlog_Security
|
||||
module_type log
|
||||
module_logevent
|
||||
module_source Security
|
||||
module_end
|
||||
# module_begin
|
||||
# module_name Eventlog_Security
|
||||
# module_type log
|
||||
# module_logevent
|
||||
# module_source Security
|
||||
# module_end
|
||||
|
||||
# Example plugin to retrieve drive usage
|
||||
module_plugin cscript.exe //B "%ProgramFiles%\Pandora_Agent\util\df_percent_used.vbs"
|
||||
|
|
Loading…
Reference in New Issue