Remove unused file
This commit is contained in:
parent
4a456923a4
commit
366f58acd8
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
check process mariadb with pidfile /run/mysqld/mysqld.pid
|
||||
group database
|
||||
start program = "/usr/sbin/service mysql start"
|
||||
stop program = "/usr/sbin/service mysql stop"
|
||||
if failed unixsocket /run/mysqld/mysqld.sock protocol mysql
|
||||
username "{{ monit_sql_user }}" password "{{ monit_sql_password }}"
|
||||
for 3 times within 4 cycles then restart
|
||||
if 5 restarts with 5 cycles then timeout
|
Loading…
Reference in a new issue