Sha256: dda78dbfec0e403db272ab529e8e707b0dca8bb4b249b32ddcce9b39a93fb20b

Contents?: true

Size: 475 Bytes

Versions: 50

Compression:

Stored size: 475 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 start # (default)
  # if does not exist for 3 cycles then alert
  if 3 restarts within 5 cycles then alert
  if failed host localhost port 5432 protocol pgsql then restart
  if 5 restarts within 5 cycles then timeout

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
magic_recipes_two-0.0.94 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.93 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.91 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.90 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.89 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.88 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.87 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.86 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.85 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.84 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.83 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.82 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.81 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.80 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.79 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.78 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.77 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.76 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.75 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb
magic_recipes_two-0.0.74 lib/generators/capistrano/magic_recipes/templates/monit/postgresql.erb