This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mo:2345:respawn:/usr/local/sbin/monit -Ic /etc/monitrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder