diff options
author | Greg Sabino Mullane | 2011-01-22 03:13:39 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-01-22 03:13:39 +0000 |
commit | 20ae8978d5c97533fa69cb3dc5825a9d18e47409 (patch) | |
tree | 4dd110f9a3fdd5bb431214c37a67b06e5ecc9c93 /check_postgres.pl | |
parent | b7190d03a32f9c3f5aef334d5328e84e5c6a5c34 (diff) |
Minor typos
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 e8bbd062f..a61a6eede 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -3841,7 +3841,7 @@ sub check_hot_standby_delay { return; -} ## End of check_hot_standby_delay +} ## end of check_hot_standby_delay sub check_last_analyze { @@ -8072,7 +8072,7 @@ the second line. =head2 B<hot_standby_delay> (C<symlink: check_hot_standby_delay>) Checks the streaming replication lag by computing the delta -between the xlog position of a master server and the one of a slave connected to it. The slave_ +between the xlog position of a master server and the one of the slaves connected 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 xlog location. These values should match the volume of transactions needed to have the streaming |