Sha256: b31162b4e2a359206b5985df8a02af4bd0c616c9cc5ed42e0c277ea6f7091eb3

Contents?: true

Size: 360 Bytes

Versions: 13

Compression:

Stored size: 360 Bytes

Contents

# {{ ansible_managed }}
check process postgresql with pidfile /var/run/postgresql/{{postgresql_version}}-{{postgresql_cluster_name}}.pid
  group database
  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

13 entries across 13 versions & 1 rubygems

Version Path
taperole-2.1.1 vendor/ANXS.postgresql/templates/etc_monit_conf.d_postgresql.j2
taperole-2.1.0 vendor/ANXS.postgresql/templates/etc_monit_conf.d_postgresql.j2
taperole-2.0.7 vendor/ANXS.postgresql/templates/etc_monit_conf.d_postgresql.j2
taperole-2.0.6 vendor/ANXS.postgresql/templates/etc_monit_conf.d_postgresql.j2
taperole-2.0.5 vendor/ANXS.postgresql/templates/etc_monit_conf.d_postgresql.j2
taperole-2.0.4 vendor/ANXS.postgresql/templates/etc_monit_conf.d_postgresql.j2
taperole-2.0.3 vendor/ANXS.postgresql/templates/etc_monit_conf.d_postgresql.j2
taperole-2.0.2 vendor/ANXS.postgresql/templates/etc_monit_conf.d_postgresql.j2
taperole-2.0.1 vendor/ANXS.postgresql/templates/etc_monit_conf.d_postgresql.j2
taperole-2.0.0 vendor/ANXS.postgresql/templates/etc_monit_conf.d_postgresql.j2
taperole-1.8.2 vendor/ANXS.postgresql/templates/etc_monit_conf.d_postgresql.j2
taperole-1.8.1 vendor/ANXS.postgresql/templates/etc_monit_conf.d_postgresql.j2
taperole-1.8.0 vendor/ANXS.postgresql/templates/etc_monit_conf.d_postgresql.j2