diff options
author | Greg Sabino Mullane | 2015-06-26 13:18:02 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2015-06-26 13:18:02 +0000 |
commit | d2412d5125ac991252f09ddf0aac17674feec10d (patch) | |
tree | 45dcab75b3a3bd6104536376e685014eee186933 /check_postgres.pl | |
parent | efcff69ea7678ec264e814b3e515a09d1674db87 (diff) |
Spelling
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 6bb63d31c..2fd53ec45 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -8857,7 +8857,7 @@ between the current xlog position of a master server and the replay location of to it. The slave server must be in hot_standby (e.g. read only) mode, therefore the minimum version to use this action is Postgres 9.0. The I<--warning> and I<--critical> options are the delta between the xlog locations. Since these values are byte offsets in the WAL they should match the expected transaction volume -of your application to prevent false postives or negatives. +of your application to prevent false positives or negatives. The first "--dbname", "--host", and "--port", etc. options are considered the master; the second belongs to the slave. @@ -8869,7 +8869,7 @@ Each may be written singular or abbreviated to just the first letter. When speci form 'I<bytes> and I<time>', both conditions must be true for the threshold to be met. You must provide information on how to reach the databases by providing a comma separated list to the ---dbost and --dbport parameters, such as "--dbport=5432,5543". If not given, the action fails. +--dbhost and --dbport parameters, such as "--dbport=5432,5543". If not given, the action fails. Example 1: Warn a database with a local replica on port 5433 is behind on any xlog replay at all |