piler/etc/cron.jobs.in

38 lines
1.5 KiB
Plaintext
Raw Normal View History

2011-12-27 20:51:56 +01:00
#########################################################
### all the cron jobs you may need for piler ###
### be sure to review it and adjust it for your needs ###
#########################################################
2011-12-07 15:24:52 +01:00
2011-12-27 20:51:56 +01:00
root's crontab:
2011-12-07 15:24:52 +01:00
2011-12-27 20:51:56 +01:00
### optional: query postfix queue statistics
*/5 * * * * PATH=$PATH:/usr/sbin:/usr/local/sbin /usr/sbin/qshape > LOCALSTATEDIR/piler/stat/active+incoming
*/5 * * * * PATH=$PATH:/usr/sbin:/usr/local/sbin /usr/sbin/qshape -s > LOCALSTATEDIR/piler/stat/active+incoming-sender
*/5 * * * * PATH=$PATH:/usr/sbin:/usr/local/sbin /usr/sbin/qshape deferred > LOCALSTATEDIR/piler/stat/deferred
*/5 * * * * PATH=$PATH:/usr/sbin:/usr/local/sbin /usr/sbin/qshape -s deferred > LOCALSTATEDIR/piler/stat/deferred-sender
2011-12-07 15:24:52 +01:00
2011-12-27 20:51:56 +01:00
piler's crontab:
2012-10-23 18:55:16 +02:00
### mandatory
2013-07-08 11:31:17 +02:00
*/5 * * * * LC_ALL=C mpstat | tail -1 | awk '{print $11}' > /var/piler/stat/cpu.stat
2013-07-09 10:12:42 +02:00
5,35 * * * * LIBEXECDIR/piler/indexer.delta.sh
15 2 * * * LIBEXECDIR/piler/indexer.main.sh
2012-08-25 21:13:43 +02:00
*/15 * * * * /usr/local/bin/indexer --quiet tag1 --rotate
2012-10-23 18:55:16 +02:00
*/15 * * * * /usr/local/bin/indexer --quiet note1 --rotate
### optional: the same report you can see on the health page
30 7 * * * /usr/local/libexec/piler/daily-report.php /srv/www/webui.yourdomain.com
2011-12-27 20:51:56 +01:00
2013-03-21 19:01:06 +01:00
### optional: populate accouting data
30 6 * * * /usr/local/libexec/piler/generate_stats.php /srv/www/webui.yourdomain.com
2011-12-27 20:51:56 +01:00
### optional: regular AD sync
0 8 * * * /usr/bin/php LIBEXECDIR/piler/ldap_sync.php /srv/www/webui.yourdomain.com > LOCALSTATEDIR/piler/stat/adsync.stat
### optional: purge aged emails
2 0 * * * /usr/local/bin/pilerpurge
2011-12-27 20:51:56 +01:00