Activating 'hidden' visibility flag.
[platal.git] / configs / platal.cron.in
CommitLineData
0337d704 1MAILTO=root
2PATH=/bin:/usr/bin:/usr/local/bin:/home/web/bin
3WD=/home/web/prod/platal/bin/cron
4
5# db
60 5 * * * web cd $WD; ./clean.php
ff327b6c
FB
70 21 * * 1-6 web cd $WD; ./checkdb.php | mail -e -s "Verifications sur la BDD de plat/al @VERSION@" hotliners@staff.m4x.org
80 21 * * 0 web cd $WD; ./checkdb.php -v | mail -e -s "Verifications verbeuses sur la BDD de plat/al @VERSION@" hotliners@staff.m4x.org
90 20 2-31 * * web cd $WD; ./emails.check.php | mail -e -s "Qualite de l'annuaire" hotliners@staff.m4x.org
100 20 1 * * web cd $WD; ./emails.check.php -v | mail -e -s "Qualite de l'annuaire : verbeux" hotliners@staff.m4x.org
b235d980 110 22 * * * web cd $WD; ./phones.check.php > /dev/null
0337d704 12
13# inscription report
0554f70a 140 6 * * 1 web cd $WD; ./registrations.php
0337d704 15
16# notifs
4f970ab0 170 2 * * * web cd $WD; ./notifs.birthday.php
0337d704 180 4 * * 6 web cd $WD; ./notifs.send.php
19
a0fce0c6
SJ
20# profile modification notifications
210 23 * * * web cd $WD; ./profile_modification.php
22
0337d704 23# validations
240 */3 * * * web cd $WD; ./cron_validations.php
25
6544d0e1 26# flux rss de banana
7f304b19 27*/5 * * * * www-data cd $WD; ./banana.feedgen.php > /dev/null
6544d0e1 28
84163d58 29# Send group Newsletters
ff327b6c 3015 * * * * web cd $WD; ./newsletters.send.php | mail -e -s "Envoi des NLs des groupes" hotliners@staff.m4x.org
a0f05027 31
0337d704 32# homonymes
da2fff38 330 0 * * 1 web cd $WD; ./homonyms.php
834fd0f6 34
35# ml moderation
36* * * * * web cd $WD; ./cron_ml_moderate.php > /dev/null
37
cbfaae15 38# synchronisation google apps - plat/al
690c8519 39*/5 * * * * web cd $WD; ./google_apps.php
cbfaae15 40
3eecf0af 41# Clean-up of our logging tables
ff327b6c 4245 0 1 * * web cd $WD; ./compliance.php | mail -e -s "Logging compliance" hotliners@staff.m4x.org
3eecf0af 43
c329751f
SJ
44# xnet accounts creation
450 * * * * web cd $WD; ./cron_xnet_accounts.php
46
a7de4ef7 47# vim:set noet syntax=crontab ts=8 sw=8 sts=8 enc=utf-8: