Sha256: 57057240fa86c0cc8585c77237b41e6d1dbe515c2aeed08375ce41fbe3e439f0
Contents?: true
Size: 563 Bytes
Versions: 28
Compression:
Stored size: 563 Bytes
Contents
<% @path = '/etc/monit/monit.d/monit-sphinx.conf' %> check process sphinx with pidfile <%= RUBBER_ROOT %>/log/searchd.<%= RUBBER_ENV %>.pid group sphinx-<%= RUBBER_ENV %> start program = "/usr/bin/sudo -u rails sh -c 'cd <%= RUBBER_ROOT %> && PATH=/usr/local/bin:$PATH RAILS_ENV=<%= RUBBER_ENV %> rake ts:start'" stop program = "/usr/bin/sudo -u rails sh -c 'cd <%= RUBBER_ROOT %> && PATH=/usr/local/bin:$PATH RAILS_ENV=<%= RUBBER_ENV %> rake ts:stop'" if failed host <%= rubber_env.host %> port 3312 with timeout 5 seconds for 5 cycles then restart
Version data entries
28 entries across 28 versions & 4 rubygems