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:
raulmateos 2008-08-28 14:59:09 +00:00
parent 39c7377f03
commit f5ef67bac0
2 changed files with 38 additions and 36 deletions

View File

@ -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>
* win32/installer/pandora.ico: The new official 2.0 icon.

View File

@ -1,5 +1,5 @@
# Base config file for Pandora FMS Windows Agent
# (c) 2006-2007 Artica Soluciones Tecnologicas
# Base config file for Pandora FMS Windows Agent
# (c) 2006-2008 Artica Soluciones Tecnologicas
# Version 2.0
# This program is Free Software, you can redistribute it and/or modify it
@ -27,8 +27,7 @@ interval 300
# agent_name caprica
# tranfer_modes: Possible values are tentacle (default), ftp and ssh.
transfer_mode tentacle
transfer_mode tentacle
server_port 41121
# 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_freememory
module_description Amount of free memory.
module_end
module_end
# Log events
module_begin
@ -116,17 +115,18 @@ module_name Logevents
module_type generic_data_string
module_logevent
module_description Log Events
module_end
module_end
# More examples, uncomment (removing #) to use them
# =================================================
#module_begin
#module_name Fprot_AV
#module_type generic_proc
#module_proc FPAVServer.exe
#module_description FProt Antivirus running
#module_end
#module_begin
#module_name Fprot_AV
#module_type generic_proc
#module_proc FPAVServer.exe
#module_description FProt Antivirus running
#module_end
# Is Checkpoint SecureClient Service alive ?
#module_begin
#module_name Checkpoint_SecureClient
@ -141,7 +141,7 @@ module_end
#module_type generic_proc
#module_proc dsNcService.exe
#module_description Network Connect Service VPN Client from Juniper
#module_end
#module_end
# ODBC query example using ExampleDSN connection defined above.
# This module gets the first row in example_table.
@ -178,23 +178,23 @@ module_end
#module_cpuusage 1
#module_description CPU#1 usage
#module_end
#module_begin
#module_name log_events_system
#module_type generic_data_string
#module_description System log events
#module_logevent
#module_source System
#module_end
#module_begin
#module_name log_events_security
#module_type generic_data_string
#module_description Security log events
#module_logevent
#module_source Security
#module_end
#module_begin
#module_name log_events_system
#module_type generic_data_string
#module_description System log events
#module_logevent
#module_source System
#module_end
#module_begin
#module_name log_events_security
#module_type generic_data_string
#module_description Security log events
#module_logevent
#module_source Security
#module_end
# Counting OpenedConnections (check the language string)
#module_begin
#module_name OpenNetConnections
@ -202,7 +202,7 @@ module_end
#module_exec netstat -na | grep ESTAB | wc -l | tr -d " "
#module_description Open Connections (interval 2)
#module_end
# Accepted server sessions (Server in Spanish)
#module_begin
#module_name ServerSessions
@ -211,12 +211,10 @@ module_end
#module_description Accepted server sessions
#module_end
# server sessions erros (Server in Spanish)
# Server sessions errors (Server in Spanish)
#module_begin
#module_name ServerErrors
#module_type generic_data
#module_exec net statistics server | grep "Error" | gawk "{ print $4 }"
#module_description Server errors
#module_end