• 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.

Issue Watchdog monit error in syslog

heopas

New Pleskian
I am getting the following error in syslog

Code:
monit: Collector: cannot open a connection to http://127.0.0.1:2912/ -- Transport endpoint is not connected

I have found plesk official fix but it is for older versions. I have Version 17.5.3 Update #37, ‪CentOS Linux 7.4.1708
 
Enable Watchdog Extension and check that monit.service is up and running and port 2912 is open:

# systemctl status monit.service

# lsof -i tcp:2912
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
sw-engine 10365 root 6r IPv4 248435071 0t0 TCP localhost:epicon (LISTEN)
 
I have a similar problem..

# systemctl status monit.service
● monit.service - Watchdog monit
Loaded: loaded (/usr/lib/systemd/system/monit.service; enabled; vendor preset: disabled)
Active: active (running) since Sat 2020-04-04 09:45:00 +03; 21min ago
Process: 4753 ExecStartPre=/usr/bin/touch /var/log/plesk/modules/monit.log (code=exited, status=0/SUCCESS)
Process: 4742 ExecStartPre=/usr/bin/touch /var/run/monit.pid (code=exited, status=0/SUCCESS)
Process: 4713 ExecStartPre=/bin/echo Starting monit service (Watchdog) (code=exited, status=0/SUCCESS)
Main PID: 4759 (monit)
Tasks: 3
CGroup: /system.slice/monit.service
└─4759 /usr/local/psa/admin/bin/modules/watchdog/monit -Ic /usr/local/psa/etc/modules/watchdog/monitrc


Apr 04 10:02:55 jedi.kalfaoglu.net monit[4759]: monit: pidfile `/var/run/nginx.pid' does not contain a valid pidnumber
Apr 04 10:02:55 jedi.kalfaoglu.net monit[4759]: monit: pidfile `/var/run/nginx.pid' does not contain a valid pidnumber
Apr 04 10:02:56 jedi.kalfaoglu.net monit[4759]: monit: pidfile `/var/run/nginx.pid' does not contain a valid pidnumber
Apr 04 10:02:56 jedi.kalfaoglu.net monit[4759]: monit: pidfile `/var/run/nginx.pid' does not contain a valid pidnumber
Apr 04 10:02:57 jedi.kalfaoglu.net monit[4759]: 'psa_spamassassin' start: /usr/local/psa/admin/bin/spammng
Apr 04 10:02:59 jedi.kalfaoglu.net monit[4759]: Service start was done successfully.
Apr 04 10:03:00 jedi.kalfaoglu.net monit[4759]: 'php_fpm' start: /usr/local/psa/admin/bin/phpinimng
Apr 04 10:03:01 jedi.kalfaoglu.net monit[4759]: 'postgresql' start: /usr/local/psa/admin/bin/pg_manage
Apr 04 10:03:01 jedi.kalfaoglu.net monit[4759]: Error: PostgreSQL is not installed.
Apr 04 10:03:01 jedi.kalfaoglu.net monit[4759]: 3

# lsof -i tcp:2912
#

What shall I do?
 
Back
Top