mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
New vesta installer
This commit is contained in:
parent
dce52823fb
commit
e892898874
1545 changed files with 59733 additions and 3626 deletions
3
install/rhel/5/monit/clamd.conf
Normal file
3
install/rhel/5/monit/clamd.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
check process clamd with pidfile /var/run/clamav/clamd.pid
|
||||
start program = "/etc/init.d/clamd start"
|
||||
stop program = "/etc/init.d/clamd stop"
|
3
install/rhel/5/monit/dovecot.conf
Normal file
3
install/rhel/5/monit/dovecot.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
check process dovecot with pidfile /var/run/dovecot/master.pid
|
||||
start program = "/etc/init.d/dovecot start"
|
||||
stop program = "/etc/init.d/dovecot stop"
|
3
install/rhel/5/monit/exim.conf
Normal file
3
install/rhel/5/monit/exim.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
check process exim with pidfile /var/run/exim.pid
|
||||
start program = "/etc/init.d/exim start"
|
||||
stop program = "/etc/init.d/exim stop"
|
3
install/rhel/5/monit/httpd.conf
Normal file
3
install/rhel/5/monit/httpd.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
check process httpd with pidfile /var/run/httpd/httpd.pid
|
||||
start program = "/etc/init.d/httpd start"
|
||||
stop program = "/etc/init.d/httpd stop"
|
3
install/rhel/5/monit/mysql.conf
Normal file
3
install/rhel/5/monit/mysql.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
check process mysql with pidfile /var/run/mysqld/mysqld.pid
|
||||
start program = "/etc/init.d/mysqld start"
|
||||
stop program = "/etc/init.d/mysqld stop"
|
3
install/rhel/5/monit/nginx.conf
Normal file
3
install/rhel/5/monit/nginx.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
check process nginx with pidfile /var/run/nginx.pid
|
||||
start program = "/etc/init.d/nginx start"
|
||||
stop program = "/etc/init.d/nginx stop"
|
3
install/rhel/5/monit/spamassassin.conf
Normal file
3
install/rhel/5/monit/spamassassin.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
check process spamassassin with pidfile /var/run/spamd.pid
|
||||
start program = "/etc/init.d/spamassassin start"
|
||||
stop program = "/etc/init.d/spamassassin stop"
|
3
install/rhel/5/monit/sshd.conf
Normal file
3
install/rhel/5/monit/sshd.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
check process sshd with pidfile /var/run/sshd.pid
|
||||
start program = "/etc/init.d/sshd start"
|
||||
stop program = "/etc/init.d/sshd stop"
|
3
install/rhel/5/monit/vesta-nginx.conf
Normal file
3
install/rhel/5/monit/vesta-nginx.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
check process vesta-nginx with pidfile /var/run/vesta-nginx.pid
|
||||
start program = "/etc/init.d/vesta start"
|
||||
stop program = "/etc/init.d/vesta stop"
|
3
install/rhel/5/monit/vesta-php.conf
Normal file
3
install/rhel/5/monit/vesta-php.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
check process vesta-php with pidfile /var/run/vesta-php.pid
|
||||
start program = "/etc/init.d/vesta start"
|
||||
stop program = "/etc/init.d/vesta stop"
|
Loading…
Add table
Add a link
Reference in a new issue