2008-08-28 Raul Mateos <raulofpandora@gmail.com>
* win32/bin/pandora_agent.conf: Updated. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1045 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
12e77f1881
commit
7d0abc3d6e
|
@ -1,3 +1,7 @@
|
||||||
|
2008-08-28 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
|
* win32/bin/pandora_agent.conf: Updated.
|
||||||
|
|
||||||
2008-07-30 Sancho Lerena <slerena@gmail.com>
|
2008-07-30 Sancho Lerena <slerena@gmail.com>
|
||||||
|
|
||||||
* win32/installer/pandora.ico: The new official 2.0 icon.
|
* win32/installer/pandora.ico: The new official 2.0 icon.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Base config file for Pandora FMS Windows Agent
|
# Base config file for Pandora FMS Windows Agent
|
||||||
# (c) 2006-2007 Artica Soluciones Tecnologicas
|
# (c) 2006-2008 Artica Soluciones Tecnologicas
|
||||||
# Version 2.0
|
# Version 2.0
|
||||||
|
|
||||||
# This program is Free Software, you can redistribute it and/or modify it
|
# This program is Free Software, you can redistribute it and/or modify it
|
||||||
|
@ -27,8 +27,7 @@ interval 300
|
||||||
# agent_name caprica
|
# agent_name caprica
|
||||||
|
|
||||||
# tranfer_modes: Possible values are tentacle (default), ftp and ssh.
|
# tranfer_modes: Possible values are tentacle (default), ftp and ssh.
|
||||||
transfer_mode tentacle
|
transfer_mode tentacle
|
||||||
|
|
||||||
server_port 41121
|
server_port 41121
|
||||||
|
|
||||||
# In case of using FTP or tentacle with password, uncomment and change (user is always pandora)
|
# In case of using FTP or tentacle with password, uncomment and change (user is always pandora)
|
||||||
|
@ -108,7 +107,7 @@ module_name FreeMemory
|
||||||
module_type generic_data
|
module_type generic_data
|
||||||
module_freememory
|
module_freememory
|
||||||
module_description Amount of free memory.
|
module_description Amount of free memory.
|
||||||
module_end
|
module_end
|
||||||
|
|
||||||
# Log events
|
# Log events
|
||||||
module_begin
|
module_begin
|
||||||
|
@ -116,17 +115,18 @@ module_name Logevents
|
||||||
module_type generic_data_string
|
module_type generic_data_string
|
||||||
module_logevent
|
module_logevent
|
||||||
module_description Log Events
|
module_description Log Events
|
||||||
module_end
|
module_end
|
||||||
|
|
||||||
# More examples, uncomment (removing #) to use them
|
# More examples, uncomment (removing #) to use them
|
||||||
# =================================================
|
# =================================================
|
||||||
|
|
||||||
#module_begin
|
#module_begin
|
||||||
#module_name Fprot_AV
|
#module_name Fprot_AV
|
||||||
#module_type generic_proc
|
#module_type generic_proc
|
||||||
#module_proc FPAVServer.exe
|
#module_proc FPAVServer.exe
|
||||||
#module_description FProt Antivirus running
|
#module_description FProt Antivirus running
|
||||||
#module_end
|
#module_end
|
||||||
|
|
||||||
# Is Checkpoint SecureClient Service alive ?
|
# Is Checkpoint SecureClient Service alive ?
|
||||||
#module_begin
|
#module_begin
|
||||||
#module_name Checkpoint_SecureClient
|
#module_name Checkpoint_SecureClient
|
||||||
|
@ -141,7 +141,7 @@ module_end
|
||||||
#module_type generic_proc
|
#module_type generic_proc
|
||||||
#module_proc dsNcService.exe
|
#module_proc dsNcService.exe
|
||||||
#module_description Network Connect Service VPN Client from Juniper
|
#module_description Network Connect Service VPN Client from Juniper
|
||||||
#module_end
|
#module_end
|
||||||
|
|
||||||
# ODBC query example using ExampleDSN connection defined above.
|
# ODBC query example using ExampleDSN connection defined above.
|
||||||
# This module gets the first row in example_table.
|
# This module gets the first row in example_table.
|
||||||
|
@ -178,23 +178,23 @@ module_end
|
||||||
#module_cpuusage 1
|
#module_cpuusage 1
|
||||||
#module_description CPU#1 usage
|
#module_description CPU#1 usage
|
||||||
#module_end
|
#module_end
|
||||||
|
|
||||||
#module_begin
|
#module_begin
|
||||||
#module_name log_events_system
|
#module_name log_events_system
|
||||||
#module_type generic_data_string
|
#module_type generic_data_string
|
||||||
#module_description System log events
|
#module_description System log events
|
||||||
#module_logevent
|
#module_logevent
|
||||||
#module_source System
|
#module_source System
|
||||||
#module_end
|
#module_end
|
||||||
|
|
||||||
#module_begin
|
#module_begin
|
||||||
#module_name log_events_security
|
#module_name log_events_security
|
||||||
#module_type generic_data_string
|
#module_type generic_data_string
|
||||||
#module_description Security log events
|
#module_description Security log events
|
||||||
#module_logevent
|
#module_logevent
|
||||||
#module_source Security
|
#module_source Security
|
||||||
#module_end
|
#module_end
|
||||||
|
|
||||||
# Counting OpenedConnections (check the language string)
|
# Counting OpenedConnections (check the language string)
|
||||||
#module_begin
|
#module_begin
|
||||||
#module_name OpenNetConnections
|
#module_name OpenNetConnections
|
||||||
|
@ -202,7 +202,7 @@ module_end
|
||||||
#module_exec netstat -na | grep ESTAB | wc -l | tr -d " "
|
#module_exec netstat -na | grep ESTAB | wc -l | tr -d " "
|
||||||
#module_description Open Connections (interval 2)
|
#module_description Open Connections (interval 2)
|
||||||
#module_end
|
#module_end
|
||||||
|
|
||||||
# Accepted server sessions (Server in Spanish)
|
# Accepted server sessions (Server in Spanish)
|
||||||
#module_begin
|
#module_begin
|
||||||
#module_name ServerSessions
|
#module_name ServerSessions
|
||||||
|
@ -211,12 +211,10 @@ module_end
|
||||||
#module_description Accepted server sessions
|
#module_description Accepted server sessions
|
||||||
#module_end
|
#module_end
|
||||||
|
|
||||||
# server sessions erros (Server in Spanish)
|
# Server sessions errors (Server in Spanish)
|
||||||
#module_begin
|
#module_begin
|
||||||
#module_name ServerErrors
|
#module_name ServerErrors
|
||||||
#module_type generic_data
|
#module_type generic_data
|
||||||
#module_exec net statistics server | grep "Error" | gawk "{ print $4 }"
|
#module_exec net statistics server | grep "Error" | gawk "{ print $4 }"
|
||||||
#module_description Server errors
|
#module_description Server errors
|
||||||
#module_end
|
#module_end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue