Sha256: 5195be398d672082da1734cccf32bc8a435faaaf34c38cb1c6da46c823920c4f
Contents?: true
Size: 476 Bytes
Versions: 33
Compression:
Stored size: 476 Bytes
Contents
<% @path = '/etc/monit/monit.d/monit-cassandra.conf' %> check process cassandra with pidfile <%= rubber_env.cassandra_pid_file %> group cassandra-<%= Rubber.env %> start program = "<%= rubber_env.cassandra_dir %>/bin/cassandra -p <%= rubber_env.cassandra_pid_file %>" stop program = "kill `cat <%= rubber_env.cassandra_pid_file %>`" if failed host "<%= rubber_env.host %>" port <%= rubber_env.cassandra_rpc_port %> with timeout 10 seconds for 10 cycles then restart
Version data entries
33 entries across 33 versions & 1 rubygems