2 PATH=/bin:/usr/bin:/usr/local/bin:/home/web/bin
3 WD=/home/web/prod/platal/bin/cron
6 0 5 * * * web cd $WD; ./clean.php
7 0 21 * * 1-6 web cd $WD; ./checkdb.php | mail -e -s "Verifications sur la BDD de plat/al @VERSION@" br@staff.m4x.org
8 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
9 0 20 2-31 * * web cd $WD; ./emails.check.php | mail -e -s "Qualite de l'annuaire" br@staff.m4x.org
10 0 20 1 * * web cd $WD; ./emails.check.php -v | mail -e -s "Qualite de l'annuaire : verbeux" br@staff.m4x.org
11 0 22 * * * web cd $WD; ./phones.check.php > /dev/null
14 0 6 * * 1 web cd $WD; ./registrations.php
17 0 2 * * * web cd $WD; ./notifs.birthday.php
18 0 4 * * 6 web cd $WD; ./notifs.send.php
20 # profile modification notifications
21 0 23 * * * web cd $WD; ./profile_modification.php
24 0 */3 * * * web cd $WD; ./cron_validations.php
27 */5 * * * * www-data cd $WD; ./banana.feedgen.php > /dev/null
30 15 * * * * web cd $WD; ./axletter.send.php | mail -e -s "Envoi d'un email de l'AX" br@staff.m4x.org
33 0 0 4 * * web cd $WD; ./homonyms.php
36 * * * * * web cd $WD; ./cron_ml_moderate.php > /dev/null
38 # synchronisation google apps - plat/al
39 */5 * * * * web cd $WD; ./google_apps.php
41 # Clean-up of our logging tables
42 45 0 1 * * web cd $WD; ./compliance.php | mail -e -s "Logging compliance" br@staff.m4x.org
44 # vim:set noet syntax=crontab ts=8 sw=8 sts=8 enc=utf-8: