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.30 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.29 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.28 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.27 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.26 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.25 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.24 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.23 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.22 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.21 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.20 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.19 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.18 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.17 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.16 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.15 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.14 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.13 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.12 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.11 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb