X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=configs%2Fplatal.cron.in;h=e622412a18c7def58391e6d8ae12dec5233ae807;hb=afd7e8c4c53326de039f6452076d23811abde0f9;hp=bb88941e1f54d1ada9dfe542d06fdce2de8decce;hpb=7c4ae1c3d38d458ac3b6dea25ca76ebdd2c0ecd8;p=platal.git diff --git a/configs/platal.cron.in b/configs/platal.cron.in index bb88941..e622412 100644 --- a/configs/platal.cron.in +++ b/configs/platal.cron.in @@ -4,11 +4,12 @@ WD=/home/web/prod/platal/bin/cron # db 0 5 * * * web cd $WD; ./clean.php -0 21 * * 1-6 web cd $WD; ./checkdb.php | mail -e -s "Verifications sur la BDD de plat/al @VERSION@" br@staff.m4x.org -0 21 * * 0 web cd $WD; ./checkdb.php -v | mail -e -s "Verifications verbeuses sur la BDD de plat/al @VERSION@" br@staff.m4x.org -0 20 2-31 * * web cd $WD; ./emails.check.php | mail -e -s "Qualite de l'annuaire" br@staff.m4x.org -0 20 1 * * web cd $WD; ./emails.check.php -v | mail -e -s "Qualite de l'annuaire : verbeux" br@staff.m4x.org +0 21 * * 1-6 web cd $WD; ./checkdb.php | mail -e -s "Verifications sur la BDD de plat/al @VERSION@" hotliners@staff.m4x.org +0 21 * * 0 web cd $WD; ./checkdb.php -v | mail -e -s "Verifications verbeuses sur la BDD de plat/al @VERSION@" hotliners@staff.m4x.org +0 20 2-31 * * web cd $WD; ./emails.check.php | mail -e -s "Qualite de l'annuaire" hotliners@staff.m4x.org +0 20 1 * * web cd $WD; ./emails.check.php -v | mail -e -s "Qualite de l'annuaire : verbeux" hotliners@staff.m4x.org 0 22 * * * web cd $WD; ./phones.check.php > /dev/null +30 22 * * 1 web cd $WD; ./bestmail.check.php # inscription report 0 6 * * 1 web cd $WD; ./registrations.php @@ -26,11 +27,11 @@ WD=/home/web/prod/platal/bin/cron # flux rss de banana */5 * * * * www-data cd $WD; ./banana.feedgen.php > /dev/null -# AX spammer -15 * * * * web cd $WD; ./axletter.send.php | mail -e -s "Envoi d'un email de l'AX" br@staff.m4x.org +# Send group Newsletters +15 * * * * web cd $WD; ./newsletters.send.php | mail -e -s "Envoi des NLs des groupes" hotliners@staff.m4x.org # homonymes -0 0 4 * * web cd $WD; ./homonyms.php +0 0 * * 1 web cd $WD; ./homonyms.php # ml moderation * * * * * web cd $WD; ./cron_ml_moderate.php > /dev/null @@ -39,6 +40,9 @@ WD=/home/web/prod/platal/bin/cron */5 * * * * web cd $WD; ./google_apps.php # Clean-up of our logging tables -45 0 1 * * web cd $WD; ./compliance.php | mail -e -s "Logging compliance" br@staff.m4x.org +45 0 1 * * web cd $WD; ./compliance.php | mail -e -s "Logging compliance" hotliners@staff.m4x.org -# vim:set noet syntax=crontab ts=8 sw=8 sts=8 enc=utf-8: +# xnet accounts creation +0 * * * * web cd $WD; ./cron_xnet_accounts.php + +# vim:set noet syntax=crontab ts=8 sw=8 sts=8 fenc=utf-8: