Changes between Version 3 and Version 4 of BoaCronJobs
- Timestamp:
- 12/27/15 11:45:29 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoaCronJobs
v3 v4 2 2 3 3 = BOA Cron Jobs = 4 5 In 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 == 4 10 5 11 The 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: … … 21 27 }}} 22 28 23 == /var/xdrago/second.sh==29 === /var/xdrago/second.sh === 24 30 25 31 This script (among other things) deals with "load control", it changing Nginx config and kills services depending on the load. 26 32 27 == /var/xdrago/minute.sh==33 === /var/xdrago/minute.sh === 28 34 29 35 This script (among other things) kills PHP-FPM based on the size of the logs. 30 36 31 == /var/xdrago/runner.sh==37 === /var/xdrago/runner.sh === 32 38 33 39 This script deals with "load control". 34 40 35 == /var/xdrago/manage_ltd_users.sh==41 === /var/xdrago/manage_ltd_users.sh === 36 42 37 43 This script does various things with user accounts and BOA updates. 38 44 39 == /var/xdrago/clear.sh==45 === /var/xdrago/clear.sh === 40 46 41 47 This script deal with swap, load and some updates. 42 48 43 == /var/xdrago/purge_binlogs.sh==49 === /var/xdrago/purge_binlogs.sh === 44 50 45 51 This script counts the CPUs and does "load control". 46 52 47 == /var/xdrago/graceful.sh==53 === /var/xdrago/graceful.sh === 48 54 49 55 This script deletes log files. 50 56 51 == /var/xdrago/mysql_backup.sh==57 === /var/xdrago/mysql_backup.sh === 52 58 53 59 This 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 60 55 == /opt/local/bin/backboa backup==61 === /opt/local/bin/backboa backup === 56 62 57 63 This script is for backing the server up to Amazon AWS, which is something which we don't use. 58 64 59 == /opt/local/bin/duobackboa==65 === /opt/local/bin/duobackboa === 60 66 61 67 This script is for backing the server up to Amazon AWS, which is something which we don't use. 62 68 63 == /var/xdrago/daily.sh==69 === /var/xdrago/daily.sh === 64 70 65 71 This script (among other things) checks Drupal sites and deletes temp files. 66 72 67 == /var/xdrago/fetch-remote.sh==73 === /var/xdrago/fetch-remote.sh === 68 74 69 75 This script doesn't exist.