• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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