Changes between Version 2 and Version 3 of BoaCronJobs


Ignore:
Timestamp:
12/24/15 12:30:24 (11 months ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoaCronJobs

    v2 v3  
     1[[PageOutline(2-5, Table of Contents, floated)]] 
    12 
    2 The following BOA root cronjobs on PuffinServer were commented out on ticket:846#comment:88 and we are considering which if any to re-enable on ticket:893: 
     3= BOA Cron Jobs = 
     4 
     5The following BOA root cronjobs on PuffinServer were commented out on ticket:846#comment:88 and we did consider if any were worth re-enabling on ticket:893: 
    36 
    47{{{ 
     
    1720#58 5 * * * bash /var/xdrago/fetch-remote.sh >/dev/null 2>&1 
    1821}}} 
     22 
     23== /var/xdrago/second.sh == 
     24 
     25This script (among other things) deals with "load control", it changing Nginx config and kills services depending on the load.  
     26 
     27== /var/xdrago/minute.sh ==  
     28 
     29This script (among other things) kills PHP-FPM based on the size of the logs. 
     30 
     31== /var/xdrago/runner.sh == 
     32 
     33This script deals with "load control". 
     34 
     35== /var/xdrago/manage_ltd_users.sh == 
     36 
     37This script does various things with user accounts and BOA updates. 
     38 
     39== /var/xdrago/clear.sh == 
     40 
     41This script deal with swap, load and some updates. 
     42 
     43== /var/xdrago/purge_binlogs.sh == 
     44 
     45This script counts the CPUs and does "load control". 
     46 
     47== /var/xdrago/graceful.sh == 
     48 
     49This script deletes log files. 
     50 
     51== /var/xdrago/mysql_backup.sh ==  
     52 
     53This script creates a MySQL in `/data/disk/arch/sql` however we are also running backup ninja via `/etc/backup.d/20.mysql` which dumps backups in `/var/backups/mysql/sqldump`. 
     54 
     55== /opt/local/bin/backboa backup == 
     56 
     57This script is for backing the server up to Amazon AWS, which is something which we don't use. 
     58 
     59== /opt/local/bin/duobackboa ==  
     60 
     61This script is for backing the server up to Amazon AWS, which is something which we don't use. 
     62 
     63== /var/xdrago/daily.sh == 
     64 
     65This script (among other things) checks Drupal sites and deletes temp files. 
     66 
     67== /var/xdrago/fetch-remote.sh == 
     68 
     69This script doesn't exist.