X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=configs%2Fplatal.cron.in;h=0e0d885e7d1d7152a9063ff93801b6df7c5bfc52;hb=564e2b2ae7ed134190d60ebc4447f476c4b024dd;hp=a931d67bb796e0c94703a7f9233153883b4088a8;hpb=4f970ab081dfb75e7595d98c61e1660f76edab65;p=platal.git diff --git a/configs/platal.cron.in b/configs/platal.cron.in index a931d67..0e0d885 100644 --- a/configs/platal.cron.in +++ b/configs/platal.cron.in @@ -8,6 +8,7 @@ WD=/home/web/prod/platal/bin/cron 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 22 * * * web cd $WD; ./phones.check.php > /dev/null # inscription report 0 6 * * 1 web cd $WD; ./rapports_inscription.php @@ -34,4 +35,7 @@ WD=/home/web/prod/platal/bin/cron # synchronisation google apps - plat/al */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 + # vim:set noet syntax=crontab ts=8 sw=8 sts=8 enc=utf-8: