From 1ca0d838b764ea0489409ffe9a337e9a1697e126 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 2 Jun 2008 12:33:28 -0400 Subject: [PATCH] Version 1.7.1 --- check_postgres.pl | 9 +++++++-- check_postgres.pl.asc | 6 +++--- check_postgres.pl.html | 11 +++++++++-- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/check_postgres.pl b/check_postgres.pl index 8d8822554..17cc74bff 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -28,7 +28,7 @@ $Data::Dumper::Varname = 'POSTGRES'; $Data::Dumper::Indent = 2; $Data::Dumper::Useqq = 1; -our $VERSION = '1.7.0'; +our $VERSION = '1.7.1'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -2702,7 +2702,7 @@ check_postgres.pl - Postgres monitoring script for Nagios =head1 VERSION -This documents describes B version 1.7.0 +This documents describes B version 1.7.1 =head1 SYNOPSIS @@ -3569,6 +3569,11 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 +=item B (June 2, 2008) + +Fix query_time action: account for race condition in which zero rows appear in pg_stat_activity. +Thanks to Dustin Black for the bug report. + =item B (May 11, 2008) Add --replicate_row action diff --git a/check_postgres.pl.asc b/check_postgres.pl.asc index 3ce36f6ea..d7c357967 100644 --- a/check_postgres.pl.asc +++ b/check_postgres.pl.asc @@ -1,6 +1,6 @@ -----BEGIN PGP SIGNATURE----- -iEYEABEDAAYFAkg9kjsACgkQvJuQZxSWSsja8gCfVNIRxr7fHuj/7aZf8KCRjBq/ -F2EAn31EjmZmE8b77ZRHBO2EAyQlx/jF -=CCFh +iEYEABEDAAYFAkhEILoACgkQvJuQZxSWSsgewACfbEZ4sL+RqC10h4PNWfS7Ozjv +XgMAn0pSqw1kO/CkIxouURof3Kbfqker +=5aGH -----END PGP SIGNATURE----- diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 297196d31..0e5bb9cc3 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -49,7 +49,7 @@


VERSION

-

This documents describes check_postgres.pl version 1.7.0

+

This documents describes check_postgres.pl version 1.7.1


@@ -1119,13 +1119,20 @@ is needed by the check_disk_space action.

HISTORY

Items not specifically attributed are by Greg Sabino Mullane.

+
Version 1.7.1 (June 2, 2008) + +
+

Fix query_time action: account for race condition in which zero rows appear in pg_stat_activity. +Thanks to Dustin Black for the bug report.

+
+
Version 1.7.0 (May 11, 2008)

Add --replicate_row action

-
Version 1.6.1 (May 11, 2008) +
Version 1.6.1 (May 11, 2008)

Add --symlinks option as a shortcut to --action=rebuild_symlinks

-- 2.39.5