Skip to content

Instantly share code, notes, and snippets.

mo:2345:respawn:/usr/local/sbin/monit -Ic /etc/monitrc
monit -c ~/tools/monit-5.1.1/monitrc
# now monit will detach from the terminal and cycle until it's called with 'quit,' as in:
monit quit
wget http://mmonit.com/monit/dist/monit-5.1.1.tar.gz
tar zxvf monit-5.1.1.tar.gz
cd monit-5.1.1
./configure
make
sudo make install