2013-06-25 Sancho Lerena <slerena@artica.es>
* bin/pandora_agent.conf: removed old references to ODBC feature not supported anymore. New defaults (inventory, remote config and IP detection now by default). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8407 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
6b5dc3bc6b
commit
5b6d1823db
|
@ -1,3 +1,10 @@
|
||||||
|
2013-06-25 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* bin/pandora_agent.conf: removed old references to ODBC feature
|
||||||
|
not supported anymore. New defaults (inventory, remote config and
|
||||||
|
IP detection now by default).
|
||||||
|
|
||||||
|
|
||||||
2013-06-25 Ramon Novoa <rnovoa@artica.es>
|
2013-06-25 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* windows/pandora_wmi.cc: When concatenating IP addresses, do not
|
* windows/pandora_wmi.cc: When concatenating IP addresses, do not
|
||||||
|
|
|
@ -36,7 +36,7 @@ temporal "$AgentTemp$"
|
||||||
# address: Enforce to server a ip address to this agent
|
# address: Enforce to server a ip address to this agent
|
||||||
# You can also try to detect the first IP using "auto", for example
|
# You can also try to detect the first IP using "auto", for example
|
||||||
|
|
||||||
#address auto
|
address auto
|
||||||
# or setting a fixed IP address, like for example:
|
# or setting a fixed IP address, like for example:
|
||||||
#address 192.168.36.73
|
#address 192.168.36.73
|
||||||
|
|
||||||
|
@ -62,15 +62,9 @@ server_port 41121
|
||||||
# Debug mode do not copy XML data files to server.
|
# Debug mode do not copy XML data files to server.
|
||||||
# debug 1
|
# debug 1
|
||||||
|
|
||||||
# ODBC connections. Check documentation for more information.
|
|
||||||
# Configuring "ExampleDSN" DSN. Notice that this DSN connection must be configured
|
|
||||||
# under Control panel -> Administrative tools -> ODBC -> DSN
|
|
||||||
# odbc_ExampleDSN_username UserNameForDsn
|
|
||||||
# odbc_ExampleDSN_password Password1234
|
|
||||||
|
|
||||||
# If set to 1 allows the agent to be configured via the web console
|
# If set to 1 allows the agent to be configured via the web console
|
||||||
# (only works on enterprise version).
|
# (only works on enterprise version). Set to 0 to disable it
|
||||||
# remote_config 1
|
remote_config 1
|
||||||
|
|
||||||
# Set XML encoding (ISO-8859-1 by default).
|
# Set XML encoding (ISO-8859-1 by default).
|
||||||
#encoding ISO-8859-1
|
#encoding ISO-8859-1
|
||||||
|
@ -217,13 +211,13 @@ module_plugin cscript.exe //B "%ProgramFiles%\Pandora_Agent\util\df.vbs"
|
||||||
# module_end
|
# module_end
|
||||||
|
|
||||||
# Sample of Windows inventory module (ONLY ENTERPRISE)!
|
# Sample of Windows inventory module (ONLY ENTERPRISE)!
|
||||||
#module_begin
|
module_begin
|
||||||
#module_name Inventory
|
module_name Inventory
|
||||||
#module_interval 7
|
module_interval 7
|
||||||
#module_type generic_data_string
|
module_type generic_data_string
|
||||||
#module_inventory CPU RAM CDROM Video HD Patches Software Services NIC
|
module_inventory CPU RAM CDROM Video HD Patches Software Services NIC
|
||||||
#module_description Inventory
|
module_description Inventory
|
||||||
#module_end
|
module_end
|
||||||
|
|
||||||
# Example plugin to retrieve last 5 min events in log4x format
|
# Example plugin to retrieve last 5 min events in log4x format
|
||||||
# module_plugin cscript.exe //B "%ProgramFiles%\Pandora_Agent\util\logevent_log4x.vbs" Aplicacion System 300
|
# module_plugin cscript.exe //B "%ProgramFiles%\Pandora_Agent\util\logevent_log4x.vbs" Aplicacion System 300
|
||||||
|
|
Loading…
Reference in New Issue