Sha256: ae5dc2a67e19f5dca7505c1d5eb7fb85e49f668d8a8a39ce6c6c0f7e8729f217

Contents?: true

Size: 341 Bytes

Versions: 30

Compression:

Stored size: 341 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 failed host localhost port 5432 protocol pgsql then restart
  if 5 restarts within 5 cycles then timeout

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
magic_recipes_two-0.0.10 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.9 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.8 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.7 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.6 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.5 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.4 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.3 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.2 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.1 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb