Version bump to 2.0.1
authorGreg Sabino Mullane <[email protected]>
Wed, 16 Jul 2008 21:59:28 +0000 (17:59 -0400)
committerGreg Sabino Mullane <[email protected]>
Wed, 16 Jul 2008 21:59:28 +0000 (17:59 -0400)
check_postgres.pl
check_postgres.pl.html
index.html

index 52c0e131517c442c95e0b43fa70980fedc2c1558..40442751e01c654e1aacc4fb583d0612504deb25 100755 (executable)
@@ -28,7 +28,7 @@ $Data::Dumper::Varname = 'POSTGRES';
 $Data::Dumper::Indent = 2;
 $Data::Dumper::Useqq = 1;
 
-our $VERSION = '2.0.0';
+our $VERSION = '2.0.1';
 
 use vars qw/ %opt $PSQL $res $COM $SQL $db /;
 
@@ -3172,7 +3172,7 @@ check_postgres.pl - Postgres monitoring script for Nagios, MRTG, and others
 
 =head1 VERSION
 
-This documents describes B<check_postgres.pl> version 2.0.0
+This documents describes B<check_postgres.pl> version 2.0.1
 
 =head1 SYNOPSIS
 
@@ -4220,6 +4220,10 @@ Items not specifically attributed are by Greg Sabino Mullane.
 
 =over 4
 
+=item B<Version 2.0.1> (July 16, 2008)
+
+Optimizations to speed up the "bloat" action quite a bit.
+
 =item B<Version 2.0.0> (July 15, 2008)
 
 Add support for MRTG and "simple" output options.
index 87306c6ec765fc4d8118d6ad1b76f9741a870f63..f80ae1bc05a0043fc7e952cfe3827f21c547b631 100644 (file)
@@ -63,7 +63,7 @@
 </p>
 <hr />
 <h1><a name="version">VERSION</a></h1>
-<p>This documents describes <strong>check_postgres.pl</strong> version 2.0.0</p>
+<p>This documents describes <strong>check_postgres.pl</strong> version 2.0.1</p>
 <p>
 </p>
 <hr />
@@ -1343,6 +1343,12 @@ 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="1" class="item"><strong>Version 2.0.1</strong> (July 16, 2008)</a></strong>
+
+<dd>
+<p>Optimizations to speed up the &quot;bloat&quot; action quite a bit.</p>
+</dd>
+</li>
 <dt><strong><a name="0" class="item"><strong>Version 2.0.0</strong> (July 15, 2008)</a></strong>
 
 <dd>
@@ -1350,7 +1356,7 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
 Many small improvements to nearly all actions.</p>
 </dd>
 </li>
-<dt><strong><a name="1" class="item"><strong>Version 1.9.1</strong> (June 24, 2008)</a></strong>
+<dt><strong><strong>Version 1.9.1</strong> (June 24, 2008)</strong>
 
 <dd>
 <p>Fix an error in the bloat SQL in 1.9.0
index 55163533a207a7e64678c029939500ad26624974..25207488ce54ea848c1be42f71fe3cf93ddc1444 100644 (file)
@@ -21,13 +21,13 @@ h1 {
 
 <h1>check_postgres.pl</h1>
 
-<p><b>check_postgres.pl</b> is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It was developed by Greg Sabino Mullane of <a href="http://www.endpoint.com/">End Point Corporation</a> and is BSD-licensed. The latest version is <b>2.0.0</b>, and was released on July 15, 2008.</p>
+<p><b>check_postgres.pl</b> is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It was developed by Greg Sabino Mullane of <a href="http://www.endpoint.com/">End Point Corporation</a> and is BSD-licensed. The latest version is <b>2.0.1</b>, and was released on July 16, 2008.</p>
 
 <ul>
- <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.0.0</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.0.1</a></li>
 </ul>
 <ul>
- <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.0.0</a></li>
+ <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.0.1</a></li>
  <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl</a></li>
 </ul>