2011-09-08 Vanessa Gil <vanessa.gil@artica.es>

* win32/bin/pandora_agent.conf: Added example about module preconditions.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4929 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
vgilc 2011-09-08 13:26:19 +00:00
parent 67c40dfeba
commit 990fb3e050
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-09-08 Vanessa Gil <vanessa.gil@artica.es>
* win32/bin/pandora_agent.conf: Added example about module preconditions.
2011-09-06 Vanessa Gil <vanessa.gil@artica.es>
* win32/pandora_agent_conf.php: Fixed error creating broker agent.

View File

@ -248,3 +248,12 @@ module_end
#process_firefox_stop killall firefox
#service_messenger 1
# Example of preconditions
#module_begin
#module_name Prueba Precondicion
#module_type generic_data
#module_precondition < 10 type X:\fichero.txt | wc -l
#module_freepercentmemory
#module_description Amount of free memory.
#module_end