• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Watchdog reports Nginx stopped

Status
Not open for further replies.

Alban Staehli

Regular Pleskian
Hi,
I just installed Nginx. It seems it works well, but watchdog reports it as "stopped".
I restarted watchdog several times, and it always says the service has stopped.
What shall I do to make watchdog see Nginx as a working service?
Following this KB http://kb.odin.com/en/119595, I can confirm that command "/usr/local/psa/admin/sbin/nginxmng -s" return "Enabled".
Thanks for your help.
 
I can't reproduce it on my test Plesk 11.5 server. Make sure that you have following section for Nginx in watchdog config file /usr/local/psa/etc/modules/watchdog/monitrc

# Nginx
check process nginx
with pidfile /var/run/nginx.pid
start = "/opt/psa/admin/bin/nginx_control --start"
stop = "/opt/psa/admin/bin/nginx_control --stop"
if failed host 10.58.104.134 port 80 send "GET / HTTP/1.1\r\nHost: 10.58.104.134\r\n\r\n" expect "HTTP/1\.[01x] ([1-4][0-9]{2}|502) .*\r\n" with timeout 5 seconds then restart
if 5 restarts within 5 cycles then timeout
every 1 cycles
mode active
 
Hi,
After a simple reboot that I had to do, everything's fine and watchdog reports NGINX as working.
Thanks for your help.
 
Status
Not open for further replies.
Back
Top