• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.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