Welcome Guest. Please Login or Register  


You are here: Index > Webuzo > General Support > Topic : Webuzo Services Keeps Stopping Website Crashed and Unable to Login to Webuzo



Normal Mode | Print  

Webuzo Services Keeps Stopping Website Crashed and Unable to Login to Webuzo
interserver
Group: NOC
Post Group: Newbie
Posts: 22
Status:
Webuzo does not have built in monitoring. But you can add monit. Here is an example on centos7
Code
yum -y install epel-release; yum -y install monit; systemctl enable monit.service && systemctl start monit.service
cat <<EOF>>  /etc/monit.d/webuzo
# nginx webuzo control panel
# /usr/local/emps/var/log/nginx/nginx.pid
# /usr/local/emps/bin/nginxctl
#
# /usr/local/emps/var/php-fpm.pid
# /usr/local/emps/bin/fpmctl

check process webuzo_nginx with pidfile /usr/local/emps/var/log/nginx/nginx.pid
    start program = "/usr/local/emps/bin/nginxctl start" with timeout 60 seconds
    stop program  = "/usr/local/emps/bin/nginxctl stop"

check process webuzo_fpm with pidfile /usr/local/emps/var/php-fpm.pid
    start program = "/usr/local/emps/bin/fpmctl start" with timeout 60 seconds
    stop program  = "/usr/local/emps/bin/fpmctl stop"
EOF
monit reload
monit status



the config file can be expended to other services, like apache 2.4

Code

# apache24
# /usr/local/apps/apache2/logs/httpd.pid
# /usr/local/apps/apache2/bin/apachectl
check process apache with pidfile /usr/local/apps/apache2/logs/httpd.pid
    start program = "/usr/local/apps/apache2/bin/apachectl start" with timeout 60 seconds
    stop program  = "/usr/local/apps/apache2/bin/apachectl stop"

IP: --   


Threads
 sanwal001   Webuzo Services Keeps Stopping Website Crashed and Unable to Login to Webuzo, its been a month experiencing these issues and trying to figure to have my website live. (3 Replies, Read 90658 times)
    |--  arish   Hi, Sorry for...   on March 28, 2020, 1:52 pm
    |--  interserver   Webuzo does not...   on April 4, 2020, 12:45 pm
    |--  arish   Hi, Sorry, late...   on April 13, 2020, 3:03 pm

« Previous    Next »

Normal Mode | Print  



Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is July 6, 2025, 12:47 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 10  |  Page Created In:0.131