Merge commit 'origin/master' into fusionax
[platal.git] / configs / platal.cron.in
1 MAILTO=root
2 PATH=/bin:/usr/bin:/usr/local/bin:/home/web/bin
3 WD=/home/web/prod/platal/bin/cron
4
5 # db
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
12
13 # inscription report
14 0  6 * * 1      web     cd $WD; ./rapports_inscription.php
15
16 # notifs
17 0  2 * * *      web     cd $WD; ./notifs.birthday.php
18 0  4 * * 6      web     cd $WD; ./notifs.send.php
19
20 # validations
21 0 */3 * * *     web     cd $WD; ./cron_validations.php
22
23 # flux rss de banana
24 */5 * * * *     www-data     cd $WD; ./banana.feedgen.php > /dev/null
25
26 # AX spammer
27 15 * * * *      web     cd $WD; ./axletter.send.php | mail -e -s "Envoi d'un email de l'AX" br@staff.m4x.org
28
29 # homonymes
30 0 0 4 * *       web     cd $WD; ./homonymes.php
31
32 # ml moderation
33 * * * * *       web     cd $WD; ./cron_ml_moderate.php > /dev/null
34
35 # synchronisation google apps - plat/al
36 */5 * * * *     web     cd $WD; ./google_apps.php
37
38 # Clean-up of our logging tables
39 45 0 1 * *      web     cd $WD; ./compliance.php | mail -e -s "Logging compliance" br@staff.m4x.org
40
41 # vim:set noet syntax=crontab ts=8 sw=8 sts=8 enc=utf-8: