Sha256: 525ed0fa1d3b3c4c2bdb532bceece3e62b749bc48b0c65017c8db41b5655441e

Contents?: true

Size: 372 Bytes

Versions: 12

Compression:

Stored size: 372 Bytes

Contents

# Monit configuration for POSTGRESQL :  <%= fetch(:application) %>
check process postgresql with pidfile <%= fetch(:postgresql_pid) %>
  start program = "/etc/init.d/postgresql start"
  stop program = "/etc/init.d/postgresql stop"
  if does not exist then alert
  if failed host localhost port 5432 protocol pgsql then restart
  if 5 restarts within 5 cycles then timeout

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
magic_recipes_two-0.0.42 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.41 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.40 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.39 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.38 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.37 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.36 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.35 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.34 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.33 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.32 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.31 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb