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
|
||||||
|
@ -28,7 +28,6 @@ interval 300
|
||||||
|
|
||||||
# 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)
|
||||||
|
@ -117,6 +116,7 @@ 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
|
||||||
# =================================================
|
# =================================================
|
||||||
|
|
||||||
|
@ -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