I have a Ubuntu 12.04 512mb VPS server running on Linode. I have it setup to serve about 6 Wordpress powered websites.
For a few weeks now it has crashed daily, 2-3 times. Linode automatically reboots the machine, but if I disable that I either can't SSH in at all, or if I do, the server responds extremely slowly.
Just last night I switched over everything from Apache to nginx, but that didn't help.
Looking at the log files, the only thing I've found is that the last entry is almost always
Mar 28 06:05:01 cappicola CRON[10852]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Although sometimes that is several minutes before the reboot. Sometimes I also find
Mar 28 06:09:01 cappicola CRON[10860]: (root) CMD ( [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete)
The only other entries in the log file are postfix and fail2ban related warnings. Any ideas?