Skip to content

Commit 7127556

Browse files
committed
bugfix in monit config
1 parent 8973734 commit 7127556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/etc_monit_conf.d_postgresql.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
check process mysqld with pidfile /var/run/postgresql/{{postgresql_version}}-{{postgresql_cluster_name}}.pid
1+
check process postgresql with pidfile /var/run/postgresql/{{postgresql_version}}-{{postgresql_cluster_name}}.pid
22
group database
33
start program = "/etc/init.d/postgresql start"
44
stop program = "/etc/init.d/postgresql stop"

0 commit comments

Comments
 (0)