2009-03-16 Manuel Arostegui <marostegui@artica.es>
* win32/bin/pandora_agent.conf: Added example of a UDP server to allow start/stop process. * win32/Changelog: Updated. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1535 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e669c77227
commit
6c0c1bca32
|
@ -1,3 +1,10 @@
|
|||
2009-03-16 Manuel Arostegui <marostegui@artica.es>
|
||||
|
||||
* win32/bin/pandora_agent.conf: Added example of a UDP server
|
||||
to allow start/stop process.
|
||||
|
||||
* win32/Changelog: Updated.
|
||||
|
||||
2009-03-13 Manuel Arostegui <marostegui@artica.es>
|
||||
|
||||
* linux/pandora_agent.conf: Commented SNMPGET example module
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
2009-03-16 Manuel Arostegui <marostegui@artica.es>
|
||||
|
||||
* bin/pandora_agent.conf: Added example of a UDP server
|
||||
to allow start/stop process.
|
||||
|
||||
2009-03-13 Manuel Arostegui <marostegui@artica.es>
|
||||
|
||||
* bin/pandora_agent.conf: Added example for the new features
|
||||
such as watchdog and asynchronous mode.
|
||||
|
||||
2009-02-13 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* windows/pandora_wmi.cc
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue