diff --git a/heartbeat/pgagent b/heartbeat/pgagent index b0e0e439c..b85872f8e 100644 --- a/heartbeat/pgagent +++ b/heartbeat/pgagent @@ -1,121 +1,121 @@ #!/bin/sh # -# High-Availability nginx OCF resource agent +# High-Availability pgagent OCF resource agent # # Description: starts/stops pgagent. # Author: Oleg Selin # License: GNU General Public License (GPL) # # OCF parameters: # OCF_RESKEY_connection_string # OCF_RESKEY_user # OCF_RESKEY_options # ####################################################################### # Initialization: : ${OCF_FUNCTIONS_DIR=${OCF_ROOT}/lib/heartbeat} . ${OCF_FUNCTIONS_DIR}/ocf-shellfuncs meta_data() { cat < 1.0 This is a pgagent Resource Agent. Controls pgagent Connection string for pgagent. pgagent connection string User to run pgagent as. User to run pgagent Options for pgagent. pgagent run options, see pgagent --help for details END } ####################################################################### pgagent_usage() { cat <