Sha256: e9cf9d064770c7de88686235c09da36535bf2158dd48116190052db978ca5574
Contents?: true
Size: 422 Bytes
Versions: 50
Compression:
Stored size: 422 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 = "/usr/bin/env service haproxy start" stop program = "/usr/bin/env service 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
50 entries across 25 versions & 5 rubygems