Contents
Monit
M/Monit
Wiki
Download the latest Monit release from the download area
Installing Monit:
$ tar zxvf monit-x.y.z.tar.gz (were x.y.z denotes version numbers) $ cd monit-x.y.z $ ./configure (use ./configure --help to view available options) $ make && make install
By default Monit is installed in /usr/local/bin/ and the monit.1 man-file in /usr/local/man/man1/. To change the default location use the --prefix option to ./configure
Problems?
If you have questions or comments about the software or documentation please subscribe to the Monit general mailing list. You can also look in the mailing list archive for answers
On Debian/Ubuntu
aptitude install monit
On Fedora
yum install monit
To list all files installed with the package.
rpm -ql monit
On openSUSE 10.3
yast2 -i monit
on FreeBSD
cd /usr/ports/sysutils/monit
make
make install
on CentOS
You can install from Dag Rpmforge
yum install monit