Moved the configuration of the UDP server up.

This commit is contained in:
Ramon Novoa 2014-09-29 11:17:56 +02:00
parent f682e5a48a
commit 25823d40b9
1 changed files with 9 additions and 9 deletions

View File

@ -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