| | 22 | |
| | 23 | == /var/xdrago/second.sh == |
| | 24 | |
| | 25 | This 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 | |
| | 29 | This script (among other things) kills PHP-FPM based on the size of the logs. |
| | 30 | |
| | 31 | == /var/xdrago/runner.sh == |
| | 32 | |
| | 33 | This script deals with "load control". |
| | 34 | |
| | 35 | == /var/xdrago/manage_ltd_users.sh == |
| | 36 | |
| | 37 | This script does various things with user accounts and BOA updates. |
| | 38 | |
| | 39 | == /var/xdrago/clear.sh == |
| | 40 | |
| | 41 | This script deal with swap, load and some updates. |
| | 42 | |
| | 43 | == /var/xdrago/purge_binlogs.sh == |
| | 44 | |
| | 45 | This script counts the CPUs and does "load control". |
| | 46 | |
| | 47 | == /var/xdrago/graceful.sh == |
| | 48 | |
| | 49 | This script deletes log files. |
| | 50 | |
| | 51 | == /var/xdrago/mysql_backup.sh == |
| | 52 | |
| | 53 | 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 | |
| | 55 | == /opt/local/bin/backboa backup == |
| | 56 | |
| | 57 | This 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 | |
| | 61 | This 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 | |
| | 65 | This script (among other things) checks Drupal sites and deletes temp files. |
| | 66 | |
| | 67 | == /var/xdrago/fetch-remote.sh == |
| | 68 | |
| | 69 | This script doesn't exist. |