Skip to content

filippoff/vesta-centos7-monit

 
 

Repository files navigation

Monit configs for Vesta CP on CentOS 7

Services for monitoring:

  • clamd
  • crond
  • dovecot
  • exim
  • httpd
  • memcached
  • mysql
  • nginx
  • spamassassin
  • sshd
  • vesta-nginx
  • vesta-php
  • vsftpd

Other features

  • Monitors space and inodes on /
  • Monitors system resources (RAM, swap, CPU, load)

Installation (assuming monit is already installed):

cd /etc/monit.d/
git clone https://github.com/infinitnet/vesta-centos7-monit.git ./ && rm -f README.md
myip=1.2.3.4
sed -i 's/host localhost/host '$myip'/g' /etc/monit.d/*.conf
systemctl restart monit

Replace 1.2.3.4 with your public IP.

Check service status:

monit <status|summary>

About

Monit configs for Vesta CP with memcached

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published