Sha256: eec46e80c355bb64781e7149f672338802ada3c3b26944bb61a5336d8c6ecc34
Contents?: true
Size: 404 Bytes
Versions: 40
Compression:
Stored size: 404 Bytes
Contents
<% @path = '/etc/monit/monit.d/monit-haproxy.conf' %> <% PIDFILE = "/var/run/haproxy.pid" %> check process haproxy with pidfile <%= PIDFILE %> group haproxy-<%= RUBBER_ENV %> start program = "/etc/init.d/haproxy start" stop program = "/etc/init.d/haproxy stop" if failed host <%= rubber_env.host %> port <%= rubber_env.haproxy_monitor_port %> with timeout 10 seconds for 10 cycles then restart
Version data entries
40 entries across 40 versions & 5 rubygems