Sha256: 730737068ea571221a2d5fcd193859bb0b7273bebca1ec5e59e4897e511adddc
Contents?: true
Size: 474 Bytes
Versions: 80
Compression:
Stored size: 474 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
80 entries across 40 versions & 6 rubygems