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

Version Path
rubber-3.2.2 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-3.2.1 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-3.2.0 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-3.1.0 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-3.0.1 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-3.0.0 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-2.16.0 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-2.15.2 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-2.15.1 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-2.15.0 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-2.14.0 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-2.13.1 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-2.13.0 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-2.12.2 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-2.12.1 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-2.12.0 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-2.11.0 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-2.10.2 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-2.10.1 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf
rubber-2.10.0 templates/monit/config/rubber/role/cassandra/monit-cassandra.conf