From 20ae8978d5c97533fa69cb3dc5825a9d18e47409 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Fri, 21 Jan 2011 22:13:39 -0500 Subject: Minor typos --- check_postgres.pl.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'check_postgres.pl.html') diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 3e9bc5d44..613464e13 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -829,8 +829,8 @@ the second line.

hot_standby_delay

(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_ -server must be in hot_standby (eg. read only) mode, therefore the minimum version to use this_ +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 --warning and --critical options are the delta between xlog location. These values should match the volume of transactions needed to have the streaming replication disconnect from the master because of too much lag.

@@ -1580,12 +1580,18 @@ feature requests, and commit notices, send email to HISTORY

Items not specifically attributed are by Greg Sabino Mullane.

-
Version 2.16.0
+
Version 2.16.0 January 20, 2011
   Add new action 'hot_standby_delay' (Nicolas Thauvin)
-  Add cache-busting for the version-grabbing utilities.
+ Add cache-busting for the version-grabbing utilities. + Fix problem with going to next method for new_version_pg + (Greg Sabino Mullane, reported by Hywel Mallett in bug #65) + Allow /usr/local/etc as an alternative location for the + check_postgresrc file (Hywel Mallett) + Do not use tgisconstraint in same_schema if Postgres >= 9 + (Guillaume Lelarge)
Version 2.15.4 January 3, 2011
-- cgit v1.2.3