Get version 2.18.1 ready
authorGreg Sabino Mullane <[email protected]>
Thu, 6 Oct 2011 19:06:43 +0000 (15:06 -0400)
committerGreg Sabino Mullane <[email protected]>
Thu, 6 Oct 2011 19:06:43 +0000 (15:06 -0400)
META.yml
Makefile.PL
check_postgres.pl

index 75c7bc0268a00be9cf46c9f9cfe0815b44ff7e96..4c5d2c8043e6c787e2ba2c3f0652d0a16b038b9b 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                        : check_postgres.pl
-version                     : 2.18.0
+version                     : 2.18.1
 abstract                    : Postgres monitoring script
 author:              
   - Greg Sabino Mullane <[email protected]>
@@ -30,7 +30,7 @@ recommends:
 provides:
   check_postgres:
     file                    : check_postgres.pl
-    version                 : 2.18.0
+    version                 : 2.18.1
 
 keywords:
   - Postgres
index 72274ca58a883ec2d57f6ca436904f2dbf40e6dc..4b74db4ab0f4910e394f9f5de2f8aeada07a294f 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 use warnings;
 use 5.006001;
 
-my $VERSION = '2.18.0';
+my $VERSION = '2.18.1';
 
 if ($VERSION =~ /_/) {
     print "WARNING! This is a test version ($VERSION) and should not be used in production!\n";
index a0a4f6589164b375694d2617df5e990597f3f7b2..411c1cc3f138c7c6f44fb61e6b50aebe139588d8 100755 (executable)
@@ -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.