summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2011-10-06 19:06:43 +0000
committerGreg Sabino Mullane2011-10-06 19:06:43 +0000
commit8070ea816ff70650cd6c9efb9db996dab5ef63c9 (patch)
tree99cde84c244bde0c4801ad80f1f1fc6ed50a43b5 /check_postgres.pl
parent98f74f2f8ee4e06a937ab0443aca1ab63885990c (diff)
Get version 2.18.1 ready
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl9
1 files changed, 7 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index a0a4f6589..411c1cc3f 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -30,7 +30,7 @@ $Data::Dumper::Varname = 'POSTGRES';
$Data::Dumper::Indent = 2;
$Data::Dumper::Useqq = 1;
-our $VERSION = '2.18.0';
+our $VERSION = '2.18.1';
use vars qw/ %opt $PSQL $res $COM $SQL $db /;
@@ -7607,7 +7607,7 @@ sub check_wal_files {
B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others
-This documents describes check_postgres.pl version 2.18.0
+This documents describes check_postgres.pl version 2.18.1
=head1 SYNOPSIS
@@ -9360,6 +9360,11 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane).
=over 4
+=item B<Version 2.18.1>
+
+ Use the full path when getting sequence information for same_schema.
+ (Greg Sabino Mullane; reported by Cindy Wise)
+
=item B<Version 2.18.0> October 2, 2011
Redo the same_schema action. Use new --filter argument for all filtering.