|
|
 |
« on: February 11, 2010, 09:13:45 PM » |
|
can anyone recommend where to locate the best howto guide for setting up agent config
i am trying to figure out how to make these 2 modules work . .search around and am stuck
# Example of watchdog service opening it if it gets closed module_begin module_name ServiceVNC_Server module_type generic_proc module_service winvnc module_description Service VNC Server watchdog/service module_async yes 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
|