Bump version to 2.20.1; update docs
authorGreg Sabino Mullane <[email protected]>
Tue, 25 Jun 2013 02:34:37 +0000 (22:34 -0400)
committerGreg Sabino Mullane <[email protected]>
Tue, 25 Jun 2013 02:34:37 +0000 (22:34 -0400)
META.yml
Makefile.PL
check_postgres.pl
check_postgres.pl.html

index ee52dfaec14745d63f0ade85f27a2ac8d8092daa..46da10a59e7048f7f825e27d4ba57a83589c9515 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                        : check_postgres.pl
-version                     : 2.20.0
+version                     : 2.20.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.20.0
+    version                 : 2.20.1
 
 keywords:
   - Postgres
index d3db91d2aa9e97dd49062b586e9324be367d3049..e3b5bea7582b869ea54dfc73a3bd90e08a967d07 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 use warnings;
 use 5.006001;
 
-my $VERSION = '2.20.0';
+my $VERSION = '2.20.1';
 
 if ($VERSION =~ /_/) {
     print "WARNING! This is a test version ($VERSION) and should not be used in production!\n";
index 1efd4231d7778cccd2a3042a55c3cb6bd836673c..72a724be034fcf2304bf2f0c0397702cfd20e5d8 100755 (executable)
@@ -32,7 +32,7 @@ $Data::Dumper::Useqq = 1;
 
 binmode STDOUT, ':utf8';
 
-our $VERSION = '2.20.0';
+our $VERSION = '2.20.1';
 
 use vars qw/ %opt $PGBINDIR $PSQL $res $COM $SQL $db /;
 
@@ -7927,7 +7927,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.20.0
+This documents describes check_postgres.pl version 2.20.1
 
 =head1 SYNOPSIS
 
index ec2a7489b0c82a4f964b5bc8d6484d4383b1a8b2..afd880028d0c0f61b4b6324b212c2f4a5a0ee765 100644 (file)
 <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.20.0</p>
+<p>This documents describes check_postgres.pl version 2.20.1</p>
 <p>
 </p>
 <hr />
@@ -1793,6 +1793,31 @@ 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 GSM (Greg Sabino Mullane).</p>
 <dl>
+<dt><strong><a name="version_2_20_1" class="item"><strong>Version 2.20.1</strong></a></strong></dt>
+
+<dd>
+<pre>
+  Make connection check failures return CRITICAL not UNKNOWN
+    (Dominic Hargreaves)</pre>
+<pre>
+  Fix --reverse option when using string comparisons in custom queries
+    (Nathaniel Waisbrot)</pre>
+<pre>
+  Compute correct 'totalwastedbytes' in the bloat query
+    (Michael Renner)</pre>
+<pre>
+  Do not use pg_stats &quot;inherited&quot; column in bloat query, if the
+    database is 8.4 or older. (Greg Sabino Mullane, per bug 121)</pre>
+<pre>
+  Remove host reordering in hot_standby_delay check
+    (Josh Williams, with help from Jacobo Blasco)</pre>
+<pre>
+  Better output for the &quot;simple&quot; flag
+    (Greg Sabino Mullane)</pre>
+<pre>
+  Force same_schema to ignore the 'relallvisible' column
+    (Greg Sabino Mullane)</pre>
+</dd>
 <dt><strong><a name="version_2_20_0_march_13_2013" class="item"><strong>Version 2.20.0</strong> March 13, 2013</a></strong></dt>
 
 <dd>
@@ -1801,6 +1826,9 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
 <pre>
   Force STDOUT to use utf8 for proper output
     (Greg Sabino Mullane; reported by Emmanuel Lesouef)</pre>
+<pre>
+  Fixes for Postgres 9.2: new pg_stat_activity view,
+    and use pg_tablespace_location, (Josh Williams)</pre>
 <pre>
   Allow for spaces in item lists when doing same_schema.</pre>
 <pre>
@@ -1834,7 +1862,7 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
 <pre>
   Improve settings_checksum and checkpoint tests (Cédric Villemain)</pre>
 <pre>
-  Do no do an inner join to pg_user when checking database size
+  Do not do an inner join to pg_user when checking database size
     (Greg Sabino Mullane; reported by Emmanuel Lesouef)</pre>
 <pre>
   Use the full path when getting sequence information for same_schema.