diff --git a/pandora_agents/ChangeLog b/pandora_agents/ChangeLog index 22a64adad9..4fca8a57dc 100644 --- a/pandora_agents/ChangeLog +++ b/pandora_agents/ChangeLog @@ -1,3 +1,10 @@ +2009-03-16 Manuel Arostegui + + * win32/bin/pandora_agent.conf: Added example of a UDP server + to allow start/stop process. + + * win32/Changelog: Updated. + 2009-03-13 Manuel Arostegui * linux/pandora_agent.conf: Commented SNMPGET example module diff --git a/pandora_agents/win32/ChangeLog b/pandora_agents/win32/ChangeLog index 607713b122..f39b592dd2 100644 --- a/pandora_agents/win32/ChangeLog +++ b/pandora_agents/win32/ChangeLog @@ -1,3 +1,13 @@ +2009-03-16 Manuel Arostegui + + * bin/pandora_agent.conf: Added example of a UDP server + to allow start/stop process. + +2009-03-13 Manuel Arostegui + + * bin/pandora_agent.conf: Added example for the new features + such as watchdog and asynchronous mode. + 2009-02-13 Ramon Novoa * windows/pandora_wmi.cc diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index 8fec19cc03..eef4be81ce 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -260,3 +260,11 @@ module_end # module_watchdog yes # module_end +# Example UDP server to be able to execute remote actions such +# as starting or stopping process. +#udp_server 1 +#udp_server_port 4321 +#udp_server_auth_address 192.168.1.23 +#process_firefox_start firefox +#process_firefox_stop killall firefox +#service_messenger 1