I have a server running on Centos 6.2 , I want to install monit in it , please help me to install monit step by step.
Thanks in advance.
I have a server running on Centos 6.2 , I want to install monit in it , please help me to install monit step by step.
Thanks in advance.
Monit is available via the Repoforge/RPMForge repository. It's a single package with no real dependencies, so you can either download it separately, or as part of a configured repo. If you enable the repo, installation is simply yum install monit
. If you just want the lone package:
wget ftp://ftp.pbone.net/mirror/apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/monit-5.2.3-1.el6.rf.x86_64.rpm
or even install directly with:
rpm -ivh ftp://ftp.pbone.net/mirror/apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/monit-5.2.3-1.el6.rf.x86_64.rpm
(of course, then you'll actually need to configure Monit... That take a bit more work, but the helpful setup examples and detailed documentation will be good resources.)