Changes between Version 44 and Version 45 of qcg-directives

Show
Ignore:
Timestamp:
08/26/13 12:10:30 (11 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qcg-directives

    v44 v45  
    325325 
    326326= watch-output = 
    327 '''watch-output''' - monitor the output and send notifications about the progress 
    328  
     327'''watch-output''' - monitor the output and send notifications about the progress. The directive allows to monitor the output of the application and to send notifications in the requested form. The argument of the directive is the triple of parameters separated by comma: 
     328*  adress where the notification will be sent to (supported protocols are mail and xmpp/jabber - see the '''notify''' directives) 
     329* number of seconds between next notifications 
     330* regular expression or path to the file to generate the content of notification. 
     331 
     332{{{ 
     333#QCG watch-output=mailto:piontek@man.poznan.pl,20,ENERGY 
     334#QCG stage-in-file=nft_expr_file 
     335#QCG watch-output=mailto:piontek@man.poznan.pl,30,ntf_expr_file 
     336}}} 
    329337= variable = 
    330338'''variable''' - description variable (replaced only in values of QCG directives)