VestaCP - установка и настройка monit на CentOS 7
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Версия от 21:30, 30 июля 2016; Admin iph (обсуждение | вклад)
VestaCP - установка и настройка monit на CentOS 7
# yum install monit git -y # systemctl enable monit
# cd /etc/monit.d/ # git clone https://github.com/shapilokk/vesta-centos7-monit.git ./ && rm -f README.md # systemctl restart monit
Все конфиги для поднятия основных сервисов на месте:
crond.conf httpd.conf memcached.conf nginx.conf sshd.conf vesta-php.conf exim.conf logging mysql.conf postgresql.conf vesta-nginx.conf vsftpd.conf
# cat mysql.conf check process mysql with pidfile /var/run/mariadb/mariadb.pid start program = "/usr/bin/systemctl start mysqld" stop program = "/usr/bin/systemctl stop mysqld"