Add Profile->displayEmail()
[platal.git] / configs / platal.cron.in
index a931d67..0e0d885 100644 (file)
@@ -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: