Merge branch 'master' of github.com:finalsclubdev/FinalsClub
authorJoseph Snow <josephsnow@gmail.com>
Tue, 15 Nov 2011 23:16:23 +0000 (16:16 -0700)
committerJoseph Snow <josephsnow@gmail.com>
Tue, 15 Nov 2011 23:16:32 +0000 (16:16 -0700)
1  2 
util/crontab-example.txt
util/reboot-restart.sh

index 493b7818b2bfe1137f531e050bf692e337157216,493b7818b2bfe1137f531e050bf692e337157216..f0b87f90e66113c91f9db4be9548ee24be0599e5
@@@ -10,7 -10,7 +10,7 @@@
  
  ## added by jsnow on 11/9/2011
  ## this script checks if EPL is up and running. if not, it sends an alert email
--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
++#### 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
  
  ## added by jsnow on 11/10/2011
  ## this script updates custom disk space stats to AWS cloudwatch. this script should be run every 5 minutes
index 459cabc8a7c1873b1fd50743cbd6e5341523b2b8,459cabc8a7c1873b1fd50743cbd6e5341523b2b8..2a424a6d6e76cc2cffdb950223db093693fbafba
@@@ -12,6 -12,6 +12,13 @@@ rm /data/db/mongod.loc
  
  pushd .
  cd /home/ec2-user/fc
++
++## start the node apps
  ./restart
++
++## run the EPL monitor 
++./util/start-fc-epl-monitor.sh &
++
  popd
  
++