Sha256: 7cf8b99be065e1462977e79ed710f71bb5f1874009c54a7fce641fc8e7e7ca63

Contents?: true

Size: 541 Bytes

Versions: 1

Compression:

Stored size: 541 Bytes

Contents

check process postgresql with pidfile /var/run/postgresql/9.0-main.pid
    group database
    start program = "/etc/init.d/postgresql start"
    stop  program = "/etc/init.d/postgresql stop"
    if failed unixsocket /var/run/postgresql/.s.PGSQL.5432 protocol pgsql then restart
    if failed unixsocket /var/run/postgresql/.s.PGSQL.5432 protocol pgsql then alert
    if failed host localhost port 5432 protocol pgsql then restart
    if failed host localhost port 5432 protocol pgsql then alert
    if 5 restarts within 5 cycles then timeout

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
standup-0.3.35 scripts/postgresql/postgresql_monit.conf