• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Plesk Bug Report watchdog module freebsd

D

DCoats

Guest
psa-module-watchdog-2.0.3_96205 fails to configure correctly.

===> Configuring module
/tmp/monitrc.chk: No such file or directory
/tmp/monitrc.chk:86: Error: the executable does not exist 'mysql-server.sh'
/tmp/monitrc.chk:87: Error: the executable does not exist 'mysql-server.sh'
Error occurred while building configuration file. For help, refer to technical support.
===> Registering installation for psa-module-watchdog-2.0.3_96205

the /tmp/monitrc.chk generated
# MySQL
check process mysql
with pidfile "/var/db/mysql/hostname.domain.com.pid"
start = "mysql-server.sh start"
stop = "mysql-server.sh stop"
if failed unixsocket /tmp/mysql.sock with timeout 5 seconds then restart
if 5 restarts within 5 cycles then timeout
every 1 cycles
mode active
which should be
# MySQL
check process mysql
with pidfile "/var/db/mysql/hostname.domain.com.pid"
start = "/usr/local/etc/rc.d/mysql-server.sh start"
stop = "/usr/local/etc/rc.d/mysql-server.sh stop"
if failed unixsocket /tmp/mysql.sock with timeout 5 seconds then restart
if 5 restarts within 5 cycles then timeout
every 1 cycles
mode active
 
Back
Top