- clamd
- crond
- dovecot
- exim
- httpd
- memcached
- mysql
- nginx
- spamassassin
- sshd
- vesta-nginx
- vesta-php
- vsftpd
- Monitors space and inodes on /
- Monitors system resources (RAM, swap, CPU, load)
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.
monit <status|summary>