11 lines
450 B
Plaintext
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>
|