2023-02-07 19:51:39 +01:00
|
|
|
check process mariadb with pidfile /run/mysqld/mysqld.pid
|
2021-11-23 21:29:01 +01:00
|
|
|
group database
|
|
|
|
start program = "/usr/sbin/service mysql start"
|
|
|
|
stop program = "/usr/sbin/service mysql stop"
|
2023-02-15 23:01:10 +01:00
|
|
|
if failed host port 3306 protocol mysql
|
2021-11-23 21:29:01 +01:00
|
|
|
username "{{ monit_sql_user }}" password "{{ monit_sql_password }}"
|
|
|
|
with timeout 15 seconds for 3 times within 4 cycles then restart
|
2023-02-07 19:51:39 +01:00
|
|
|
if failed unixsocket /run/mysqld/mysqld.sock protocol mysql for 3 times within 4 cycles then restart
|
2021-11-23 21:29:01 +01:00
|
|
|
if 5 restarts with 5 cycles then timeout
|