From 5a3179cba64583b81510322d642cf4ac75a66aec Mon Sep 17 00:00:00 2001
From: Ramon Novoa <rnovoa@artica.es>
Date: Mon, 29 Sep 2014 11:17:56 +0200
Subject: [PATCH] Moved the configuration of the UDP server up.

---
 pandora_agents/win32/bin/pandora_agent.conf | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf
index a8ef9ad563..f75fd15368 100644
--- a/pandora_agents/win32/bin/pandora_agent.conf
+++ b/pandora_agents/win32/bin/pandora_agent.conf
@@ -97,6 +97,15 @@ xml_buffer 1
 #secondary_server_ssl no
 #secondary_server_opts
 
+# 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
+
 # Module Definition
 # Check online documentation and module library at http://pandorafms.org
 # =================
@@ -268,15 +277,6 @@ 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
-
 # Example of preconditions
 #module_begin
 #module_name Test Precondicion