We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8973734 commit 7127556Copy full SHA for 7127556
templates/etc_monit_conf.d_postgresql.j2
@@ -1,4 +1,4 @@
1
-check process mysqld with pidfile /var/run/postgresql/{{postgresql_version}}-{{postgresql_cluster_name}}.pid
+check process postgresql with pidfile /var/run/postgresql/{{postgresql_version}}-{{postgresql_cluster_name}}.pid
2
group database
3
start program = "/etc/init.d/postgresql start"
4
stop program = "/etc/init.d/postgresql stop"
0 commit comments