• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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