Changes between Version 3 and Version 4 of BoaCronJobs


Ignore:
Timestamp:
12/27/15 11:45:29 (11 months ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoaCronJobs

    v3 v4  
    22 
    33= BOA Cron Jobs = 
     4 
     5In December 2015 all the root BOA cron tasks were commented out on PuffinServer, the following [https://penguin.transitionnetwork.org/munin/transitionnetwork.org/puffin.transitionnetwork.org/index.html Munin graphs] illustrate the effect this had.  
     6 
     7 
     8 
     9== root crontab == 
    410 
    511The 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: 
     
    2127}}} 
    2228 
    23 == /var/xdrago/second.sh == 
     29=== /var/xdrago/second.sh === 
    2430 
    2531This script (among other things) deals with "load control", it changing Nginx config and kills services depending on the load.  
    2632 
    27 == /var/xdrago/minute.sh ==  
     33=== /var/xdrago/minute.sh ===  
    2834 
    2935This script (among other things) kills PHP-FPM based on the size of the logs. 
    3036 
    31 == /var/xdrago/runner.sh == 
     37=== /var/xdrago/runner.sh === 
    3238 
    3339This script deals with "load control". 
    3440 
    35 == /var/xdrago/manage_ltd_users.sh == 
     41=== /var/xdrago/manage_ltd_users.sh === 
    3642 
    3743This script does various things with user accounts and BOA updates. 
    3844 
    39 == /var/xdrago/clear.sh == 
     45=== /var/xdrago/clear.sh === 
    4046 
    4147This script deal with swap, load and some updates. 
    4248 
    43 == /var/xdrago/purge_binlogs.sh == 
     49=== /var/xdrago/purge_binlogs.sh === 
    4450 
    4551This script counts the CPUs and does "load control". 
    4652 
    47 == /var/xdrago/graceful.sh == 
     53=== /var/xdrago/graceful.sh === 
    4854 
    4955This script deletes log files. 
    5056 
    51 == /var/xdrago/mysql_backup.sh ==  
     57=== /var/xdrago/mysql_backup.sh ===  
    5258 
    5359This 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`. 
    5460 
    55 == /opt/local/bin/backboa backup == 
     61=== /opt/local/bin/backboa backup === 
    5662 
    5763This script is for backing the server up to Amazon AWS, which is something which we don't use. 
    5864 
    59 == /opt/local/bin/duobackboa ==  
     65=== /opt/local/bin/duobackboa ===  
    6066 
    6167This script is for backing the server up to Amazon AWS, which is something which we don't use. 
    6268 
    63 == /var/xdrago/daily.sh == 
     69=== /var/xdrago/daily.sh === 
    6470 
    6571This script (among other things) checks Drupal sites and deletes temp files. 
    6672 
    67 == /var/xdrago/fetch-remote.sh == 
     73=== /var/xdrago/fetch-remote.sh === 
    6874 
    6975This script doesn't exist.