HostOnNet Blog

Tag Archives: monit

Monitoring Qmail on Plesk Server with Monit

Install monit on your server as per instruction available at Restarting Services with Monit Now create a file With following content Restart monit service If all setup properly, you will be able to view qmail-send status in monit web interface.


Restarting Services with Monit

Monit is a monitoring software that will monitor running services, restart if service stop responding, notify you by email. Installing Monit on Ubuntu Start monit On Ubuntu, run Enable Web Interface Edit /etc/monit/monitrc Find Replace with Set a password. Restart


Installing Monit On Linux CentOS Server

monit is an open source software that monitor services on your server. It can restart if any of the service go down. Download latest version of file from http://mmonit.com/monit/download/ cd /usr/local/src wget http://mmonit.com/monit/dist/monit-5.0.3.tar.gz tar -zxvf monit-5.0.3.tar.gz cd monit-5.0.3 ./configure make