diff --git a/pandora_agents/win32/ChangeLog b/pandora_agents/win32/ChangeLog index df7a690c07..d298515a62 100644 --- a/pandora_agents/win32/ChangeLog +++ b/pandora_agents/win32/ChangeLog @@ -1,3 +1,10 @@ +2013-06-25 Sancho Lerena + + * 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 * windows/pandora_wmi.cc: When concatenating IP addresses, do not diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index b393df540e..a6818434ea 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -36,7 +36,7 @@ temporal "$AgentTemp$" # address: Enforce to server a ip address to this agent # 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: #address 192.168.36.73 @@ -62,15 +62,9 @@ server_port 41121 # Debug mode do not copy XML data files to server. # 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 -# (only works on enterprise version). -# remote_config 1 +# (only works on enterprise version). Set to 0 to disable it +remote_config 1 # Set XML encoding (ISO-8859-1 by default). #encoding ISO-8859-1 @@ -217,13 +211,13 @@ module_plugin cscript.exe //B "%ProgramFiles%\Pandora_Agent\util\df.vbs" # module_end # Sample of Windows inventory module (ONLY ENTERPRISE)! -#module_begin -#module_name Inventory -#module_interval 7 -#module_type generic_data_string -#module_inventory CPU RAM CDROM Video HD Patches Software Services NIC -#module_description Inventory -#module_end +module_begin +module_name Inventory +module_interval 7 +module_type generic_data_string +module_inventory CPU RAM CDROM Video HD Patches Software Services NIC +module_description Inventory +module_end # 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