• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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