+2010/11/8
+ * fix bug in pgpool.monitor arguments.
+
2010/1/18
* add "pgpooluser" parameter
* renew sample cib.xml tested on heartbeat 2.1.4, pgpool-II 2.1
* pipe expression was able to be used at "logfile"
* make pgpool.in always use "pgpool stop -m immediate" to (stop)
- * add "options" parameter
+ * add "options" parameter
2007/6/XX release 1.1
* fix ocf script to work properly with pgpool 3.2+ .
#
# Author: TANIDA Yutaka, TAKATSUKA Haruka
#
-# Copyright (c) 2006-2009 PgPool Global Development Group
+# Copyright (c) 2006-2010 PgPool Global Development Group
#
# Permission to use, copy, modify, and distribute this software and
# its documentation for any purpose and without fee is hereby
PGPOOL_STOP_ARG=" stop"
PGPOOL_FORCE_STOP_ARG=" -m i $PGPOOL_STOP_ARG"
PGPOOL_MONITOR=${PGPOOLCMD}.monitor
-PGPOOL_MONITOR_ARGS=--conf=$PGP_CONF localhost >/dev/null 2>&1
+PGPOOL_MONITOR_ARGS="--conf=$PGP_CONF localhost >/dev/null 2>&1"
# Source function library.
. ${OCF_ROOT}/resource.d/heartbeat/.ocf-shellfuncs