From d5fd93c3507a60886a2d8cc160e5784622411ab9 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 27 Dec 2017 09:35:22 +0900 Subject: [PATCH] repmgr.conf.sample: fix command line argument "repmgr node check --archive-ready" is correct, however abbreviated versions will be accepted by getopt_long() if they don't match or partially match any other options. Per report by "chaintng" in GitHub #355. --- repmgr.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index d25f5090..7c0c79df 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -286,7 +286,7 @@ ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh" # Various warning/critical thresholds used by "repmgr node check". -#archive_ready_warning=16 # repmgr node check --archiver +#archive_ready_warning=16 # repmgr node check --archive-ready #archive_ready_critical=128 # # Numbers of files pending archiving via PostgreSQL's # "archive_command" configuration parameter. If