Sha256: 8c030d9ea60705a5cdb701033fc4e37f743869d89887f531d317487473056223
Contents?: true
Size: 428 Bytes
Versions: 68
Compression:
Stored size: 428 Bytes
Contents
<% @path = '/etc/monit/monit.d/monit-jetty.conf' %> <% PIDFILE = "/var/run/jetty.pid" %> check process jetty with pidfile <%= PIDFILE %> group jetty-<%= RUBBER_ENV %> start program = "<%= rubber_env.jetty_dir %>/bin/jetty.sh start" stop program = "<%= rubber_env.jetty_dir %>/bin/jetty.sh stop" if failed host <%= rubber_env.host %> port <%= rubber_env.jetty_port %> with timeout 10 seconds for 10 cycles then restart
Version data entries
68 entries across 40 versions & 6 rubygems