Vesta Control Panel ã«Monit Service Managerå°å ¥
|VESTACP ã¯ä¾¿å©ã ãããµã¼ãã¹æ¢ã¾ã£ãæã®ç£è¦ãåèµ·åãã¼ã«ããªããã¨èª¿ã¹ããããã£ãã
monitã¨ãããGPLã©ã¤ã»ã³ã¹ã§Linux/BSD/Solarisä¸ã§åä½å¯è½ãªç·åç£è¦ãã¼ã¢ã³ã¨ãã¦ãã¡ã¤ã«ã·ã¹ãã ããHTTPã¬ã¹ãã³ã¹å 容ã»ããã»ã¹ç£è¦ãªã©ã®æ©è½ãæã£ã¦ããã
monitã¤ã³ã¹ãã¼ã«ï¼
yum -y install monit
chkconfig monit on
monitè¨å®ï¼
# Vesta Control Panel
wget http://c.vestacp.com/0.9.8/rhel/monit/vesta-nginx.conf -O /etc/monit.d/vesta-nginx.conf
wget http://c.vestacp.com/0.9.8/rhel/monit/vesta-php.conf -O /etc/monit.d/vesta-php.conf
# Nginx
wget http://c.vestacp.com/0.9.8/rhel/monit/nginx.conf -O /etc/monit.d/nginx.conf
# Apache
wget http://c.vestacp.com/0.9.8/rhel/monit/httpd.conf -O /etc/monit.d/httpd.conf
# MySQL
wget http://c.vestacp.com/0.9.8/rhel/monit/mysql.conf -O /etc/monit.d/mysql.conf
# Exim
wget http://c.vestacp.com/0.9.8/rhel/monit/exim.conf -O /etc/monit.d/exim.conf
# Dovecot
wget http://c.vestacp.com/0.9.8/rhel/monit/dovecot.conf -O /etc/monit.d/dovecot.conf
# ClamAV
wget http://c.vestacp.com/0.9.8/rhel/monit/clamd.conf -O /etc/monit.d/clamd.conf
# Spamassassin
wget http://c.vestacp.com/0.9.8/rhel/monit/spamassassin.conf -O /etc/monit.d/spamassassin.conf
# OpenSSH
wget http://c.vestacp.com/0.9.8/rhel/monit/sshd.conf -O /etc/monit.d/sshd.conf
æå¾ã«ãµã¼ãã¹ãèµ·åãã
service monit start