Sha256: 18f3c1e50b0e9a3b6a029c08c6d5fe9d5ec252cd15c84e2a38f7e95846c31417
Contents?: true
Size: 348 Bytes
Versions: 32
Compression:
Stored size: 348 Bytes
Contents
<% @path = '/etc/monit/monit.d/monit-mysql.conf' %> check process mysql with pidfile /var/run/mysqld/mysqld.pid group mysql-<%= RUBBER_ENV %> start program = "/etc/init.d/mysql restart" stop program = "/etc/init.d/mysql stop" if failed host 127.0.0.1 port 3306 protocol mysql then alert if 5 restarts within 5 cycles then timeout
Version data entries
32 entries across 32 versions & 5 rubygems