Sha256: f20b1652e125b819334515049aa8494343f0aa7efb1cad8654b1ce24abc3ee2f
Contents?: true
Size: 569 Bytes
Versions: 22
Compression:
Stored size: 569 Bytes
Contents
<% @path = '/etc/monit/monit.d/monit-resque_web.conf' pidfile = "/var/run/resque_web.pid" start_program = "HOME=/root resque-web --pid-file #{pidfile} --port #{rubber_env.resque_web_port} --no-launch #{RUBBER_ROOT}/config/initializers/resque.rb" stop_program = "HOME=/root resque-web --pid-file #{pidfile} --kill" %> check process resque_web with pidfile <%= pidfile %> group resque_web start program = "/bin/bash -l -c '<%= start_program %>'" stop program = "/bin/bash -l -c '<%= stop_program %>'" if totalmem > 350.0 MB for 15 cycles then restart
Version data entries
22 entries across 11 versions & 1 rubygems