Moved the configuration of the UDP server up.
This commit is contained in:
parent
f682e5a48a
commit
25823d40b9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue