Files
server/opt/psa/var/modules/watchdog/etc/service.tpl.d/mysql
2026-01-07 20:52:11 +01:00

11 lines
450 B
Plaintext

### Copyright 1999-2026. WebPros International GmbH. All rights reserved.
# Local MySQL
check process mysql
with pidfile "<mysql_pid>"
start = "<mysql_start>"
stop = "<mysql_stop>"
if failed unixsocket "/run/mysqld/mysqld.sock" with timeout <mysql_connection_timeout> seconds then restart
if <mysql_timeout_restarts> restarts within <mysql_timeout_cycles> cycles then timeout
every <mysql_cycles> cycles
mode <mysql_mode>