Explorar el Código

Merge pull request #140 from jplock/jp-postgres-pid

PostgreSQL 9.1 installs its pid into a different folder than 9.2
Luke Cyca hace 10 años
padre
commit
299c5d3115
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      roles/monitoring/files/etc_monit_conf.d_pgsql

+ 1
- 1
roles/monitoring/files/etc_monit_conf.d_pgsql Ver fichero

@@ -1,4 +1,4 @@
1
-check process postgres with pidfile /opt/postgresql/9.2/main/postmaster.pid
1
+check process postgres with pidfile /var/run/postgresql/9.1-main.pid
2 2
   group database
3 3
   start program = "/etc/init.d/postgresql start"
4 4
   stop program = "/etc/init.d/postgresql stop"

Loading…
Cancelar
Guardar