diff options
-rw-r--r-- | META.yml | 4 | ||||
-rw-r--r-- | Makefile.PL | 2 | ||||
-rwxr-xr-x | check_postgres.pl | 2 | ||||
-rw-r--r-- | check_postgres.pl.html | 13 |
4 files changed, 14 insertions, 7 deletions
@@ -1,6 +1,6 @@ --- #YAML:1.0 name : check_postgres.pl -version : 2.14.3 +version : 2.14.4 abstract : Postgres monitoring script author: - Greg Sabino Mullane <[email protected]> @@ -30,7 +30,7 @@ recommends: provides: check_postgres: file : check_postgres.pl - version : 2.14.3 + version : 2.14.4 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index 032786a5f..8b7cf5415 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use strict; use warnings; use 5.006001; -my $VERSION = '2.14.3'; +my $VERSION = '2.14.4'; if ($VERSION =~ /_/) { print "WARNING! This is a test version ($VERSION) and should not be used in production!\n"; diff --git a/check_postgres.pl b/check_postgres.pl index f28d02c4a..06ef9c3ef 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -8098,7 +8098,7 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 -=item B<Version 2.14.4 +=item B<Version 2.14.4> Fix to show database properly when using slony_status (Guillaume Lelarge) diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 37f435a89..b3a4eaada 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -105,7 +105,7 @@ <hr /> <h1><a name="name">NAME</a></h1> <p><strong>check_postgres.pl</strong> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others</p> -<p>This documents describes check_postgres.pl version 2.14.3</p> +<p>This documents describes check_postgres.pl version 2.14.4</p> <p> </p> <hr /> @@ -1461,11 +1461,18 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr <h1><a name="history">HISTORY</a></h1> <p>Items not specifically attributed are by Greg Sabino Mullane.</p> <dl> -<dt><strong><a name="3" class="item"><strong>Version 2.14.3</strong> (March 2, 2010)</a></strong></dt> +<dt><strong><a name="version_2_14_4" class="item"><strong></strong>Version 2.14.4</a></strong></dt> <dd> <pre> - Allow slony_status action to handle more than one slave.</pre> + Fix to show database properly when using slony_status (Guillaume Lelarge)</pre> +</dd> +<dt><strong><a name="3" class="item"><strong>Version 2.14.3</strong> (March 1, 2010)</a></strong></dt> + +<dd> +<pre> + Allow slony_status action to handle more than one slave. + Use commas to separate function args in same_schema output (Robert Treat)</pre> </dd> <dt><strong><a name="2" class="item"><strong>Version 2.14.2</strong> (February 18, 2010)</a></strong></dt> |