Bluepill Bluepill is a simple process monitoring tool written in Ruby. Installation It's hosted on gemcutter.org. sudo gem install bluepill In order to take advantage of logging with syslog, you also need to setup your syslog to log the local6 facility. Edit the appropriate config file for your syslogger (/etc/syslog.conf for syslog) and add a line for local6: local6.* /var/log/bluepill.log You'll