Created
August 7, 2012 22:47
-
-
Save miebach/3290229 to your computer and use it in GitHub Desktop.
Install the latest monit on ubuntu
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
| sudo aptitude install monit | |
| sudo aptitude remove monit | |
| Now we have the basic config and the init script. | |
| Download the latest monit source and untar. | |
| ./configure | |
| Install missing dependencies at this point. | |
| ./configure | |
| make | |
| sudo make install | |
| Find the binary: | |
| which monit | |
| and adjust the DAEMON= line in /etc/init.d/monit | |
| Start monit: | |
| /etc/init.d/monit start | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment