mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Changes on .conf
This commit is contained in:
parent
b18f05c277
commit
df7d99dac7
@ -310,11 +310,15 @@ module_plugin pandora_df
|
|||||||
#module_description Postcondition test module
|
#module_description Postcondition test module
|
||||||
#module_end
|
#module_end
|
||||||
|
|
||||||
|
# This plugin runs several security checks in a Linux system
|
||||||
|
|
||||||
|
#module_plugin pandora_security_check
|
||||||
|
|
||||||
# Extraction module example
|
# Extraction module example
|
||||||
#module_begin
|
#module_begin
|
||||||
#module_name Syslog
|
#module_name Syslog
|
||||||
#module_description Gets all logs from system messages
|
#module_description Gets all logs from system messages
|
||||||
#module_type log
|
#module_type log
|
||||||
#module_regexp /var/log/messsages
|
#module_regexp /var/log/messages
|
||||||
#module_pattern .*
|
#module_pattern .*
|
||||||
#module_end
|
#module_end
|
@ -354,11 +354,11 @@ module_plugin cscript.exe //B "%ProgramFiles%\Pandora_Agent\util\df.vbs"
|
|||||||
#module_description Postcondition test module
|
#module_description Postcondition test module
|
||||||
#module_end
|
#module_end
|
||||||
|
|
||||||
# Example of collector module
|
# Logs extraction
|
||||||
#module_begin
|
#module_begin
|
||||||
#module_name Syslog
|
#module_name Syslog
|
||||||
#module_description Gets all logs from system messages
|
#module_description Gets all logs from system messages
|
||||||
#module_type log
|
#module_type log
|
||||||
#module_regexp /var/log/messsages
|
#module_regexp C:\server\logs\messages
|
||||||
#module_pattern .*
|
#module_pattern .*
|
||||||
#module_end
|
#module_end
|
@ -178,11 +178,11 @@ module_end
|
|||||||
# Plugin for inventory on the agent.
|
# Plugin for inventory on the agent.
|
||||||
# module_plugin inventory 1 cpu ram video nic hd cdrom software
|
# module_plugin inventory 1 cpu ram video nic hd cdrom software
|
||||||
|
|
||||||
# Extraction module example
|
# Logs extraction
|
||||||
#module_begin
|
#module_begin
|
||||||
#module_name Syslog
|
#module_name Syslog
|
||||||
#module_description Gets all logs from system messages
|
#module_description Gets all logs from system messages
|
||||||
#module_type log
|
#module_type log
|
||||||
#module_regexp /var/log/messsages
|
#module_regexp /var/log/messages
|
||||||
#module_pattern .*
|
#module_pattern .*
|
||||||
#module_end
|
#module_end
|
@ -393,11 +393,11 @@ module_end
|
|||||||
# Plugin for inventory on the agent.
|
# Plugin for inventory on the agent.
|
||||||
# module_plugin inventory 1 cpu ram video nic hd cdrom software
|
# module_plugin inventory 1 cpu ram video nic hd cdrom software
|
||||||
|
|
||||||
# Extraction module example
|
# Logs extraction
|
||||||
#module_begin
|
#module_begin
|
||||||
#module_name Syslog
|
#module_name Syslog
|
||||||
#module_description Gets all logs from system messages
|
#module_description Gets all logs from system messages
|
||||||
#module_type log
|
#module_type log
|
||||||
#module_regexp /var/log/messsages
|
#module_regexp /var/log/messages
|
||||||
#module_pattern .*
|
#module_pattern .*
|
||||||
#module_end
|
#module_end
|
@ -281,6 +281,6 @@ module_plugin grep_log /var/log/auth.log Syslog sshd
|
|||||||
#module_name Syslog
|
#module_name Syslog
|
||||||
#module_description Gets all logs from system messages
|
#module_description Gets all logs from system messages
|
||||||
#module_type log
|
#module_type log
|
||||||
#module_regexp /var/log/messsages
|
#module_regexp /var/log/messages
|
||||||
#module_pattern .*
|
#module_pattern .*
|
||||||
#module_end
|
#module_end
|
||||||
|
@ -325,12 +325,3 @@ module_end
|
|||||||
#module_plugin /usr/share/pandora_agent/plugins/pandora_hardening -t 150
|
#module_plugin /usr/share/pandora_agent/plugins/pandora_hardening -t 150
|
||||||
#module_absoluteinterval 7d
|
#module_absoluteinterval 7d
|
||||||
#module_end
|
#module_end
|
||||||
|
|
||||||
# Extraction module example
|
|
||||||
#module_begin
|
|
||||||
#module_name Syslog
|
|
||||||
#module_description Gets all logs from system messages
|
|
||||||
#module_type log
|
|
||||||
#module_regexp /var/log/messsages
|
|
||||||
#module_pattern .*
|
|
||||||
#module_end
|
|
@ -289,14 +289,6 @@ module_plugin "%PROGRAMFILES%\Pandora_Agent\util\autodiscover.exe" --default
|
|||||||
#module_type generic_data_string
|
#module_type generic_data_string
|
||||||
#module_end
|
#module_end
|
||||||
|
|
||||||
# Get logs from Application source. Need enterprise version.
|
|
||||||
#module_begin
|
|
||||||
#module_name Eventlog_Application
|
|
||||||
#module_type log
|
|
||||||
#module_logevent
|
|
||||||
#module_source Application
|
|
||||||
#module_end
|
|
||||||
|
|
||||||
# Example: get Network information using Agent plugin
|
# Example: get Network information using Agent plugin
|
||||||
#module_plugin cscript //B "%ProgramFiles%\Pandora_Agent\util\nettraffic.vbs"
|
#module_plugin cscript //B "%ProgramFiles%\Pandora_Agent\util\nettraffic.vbs"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user