binbin4649 / bbm

0 stars 3 forks source link

Issue40 #49

Closed sklyarov-ivan closed 10 years ago

sklyarov-ivan commented 10 years ago

add Cronjob

  • /1 * * \ cd /var/www/bbm/app && Console/cake ChangeState result_send_mail_author '%host%'

will send message 1 per hour for example %host% = http://192.168.33.10

sklyarov-ivan commented 10 years ago

/5 * * * \ cd /var/www/bbm/app && Console/cake ChangeState result_send_mail_author '%host%'

for example %host% = http://192.168.33.10

binbin4649 commented 10 years ago

Exsample. Thank you.