Checking in changes made in-place on the server to be merged
[oweals/finalsclub.git] / util / crontab-example.txt
1
2
3 ## added by jsnow on 8/31/2011
4 ## this does a staggerd restart of the server each night 
5 15 1 * * * /home/ec2-user/fc/util/nightly-restart.sh > /tmp/cron.nightly-restart.log
6
7 ## added by jsnow on 8/26/2011
8 ## this script handles the daily rotating mongodb backup task for the finalsclub project
9 30 0 * * * /home/ec2-user/fc/fcbackups/fc_rotating_db_backup.sh > /home/ec2-user/fc/fcbackups/cron_log.txt
10
11 ## added by jsnow on 11/9/2011
12 ## this script checks if EPL is up and running. if not, it sends an alert email
13 #### this cron task is disabled, we're using fc/util/start-fc-epl-monitor.sh instead
14 #### 5,20,35,50 * * * * /home/ec2-user/fc/util/fc_monitor_epl_cron.sh > /home/ec2-user/fc/util/fc_monitor_epl_cron.log.txt
15
16 ## added by jsnow on 11/10/2011
17 ## this script updates custom disk space stats to AWS cloudwatch. this script should be run every 5 minutes
18 */5 * * * * /home/ec2-user/fc/util/mon-disk-space.sh > /home/ec2-user/fc/util/mon-disk-space.log.txt
19
20
21
22
23