Skip to content

Instantly share code, notes, and snippets.

@miebach
Created August 7, 2012 22:47
Show Gist options
  • Select an option

  • Save miebach/3290229 to your computer and use it in GitHub Desktop.

Select an option

Save miebach/3290229 to your computer and use it in GitHub Desktop.
Install the latest monit on ubuntu
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