diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index d832ba792a..2113ff9673 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -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"