summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--META.yml4
-rw-r--r--Makefile.PL2
-rwxr-xr-xcheck_postgres.pl13
-rw-r--r--check_postgres.pl.html19
4 files changed, 17 insertions, 21 deletions
diff --git a/META.yml b/META.yml
index 454235c6f..8f2a67805 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name : check_postgres.pl
-version : 2.12.1
+version : 2.12.0
abstract : Postgres monitoring script
author:
- Greg Sabino Mullane <[email protected]>
@@ -30,7 +30,7 @@ recommends:
provides:
check_postgres:
file : check_postgres.pl
- version : 2.12.1
+ version : 2.12.0
keywords:
- Postgres
diff --git a/Makefile.PL b/Makefile.PL
index 2ae635f77..810abcc51 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,7 @@ use strict;
use warnings;
use 5.006001;
-my $VERSION = '2.12.1';
+my $VERSION = '2.12.0';
if ($VERSION =~ /_/) {
print "WARNING! This is a test version ($VERSION) and should not be used in production!\n";
diff --git a/check_postgres.pl b/check_postgres.pl
index f9837f169..2d75899a4 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -29,7 +29,7 @@ $Data::Dumper::Varname = 'POSTGRES';
$Data::Dumper::Indent = 2;
$Data::Dumper::Useqq = 1;
-our $VERSION = '2.13.0';
+our $VERSION = '2.12.0';
use vars qw/ %opt $PSQL $res $COM $SQL $db /;
@@ -6451,7 +6451,7 @@ sub show_dbstats {
B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others
-This documents describes check_postgres.pl version 2.13.0
+This documents describes check_postgres.pl version 2.12.0
=head1 SYNOPSIS
@@ -7908,13 +7908,10 @@ Items not specifically attributed are by Greg Sabino Mullane.
=over 4
-=item B<Version 2.13.0>
-
- Allow the temporary directory to be specified via the "tempdir" argument, for
- systems that need it (e.g. /tmp is not owned by root).
-
-=item B<Version 2.12.0>
+=item B<Version 2.12.0> (December 3, 2009)
+ Allow the temporary directory to be specified via the "tempdir" argument,
+ for systems that need it (e.g. /tmp is not owned by root).
Fix so old versions of Postgres (< 8.0) use the correct default database (Giles Westwood)
For "same_schema" trigger mismatches, show the attached table.
Add the new_version_bc check for Bucardo version checking.
diff --git a/check_postgres.pl.html b/check_postgres.pl.html
index a2e4f7a84..188f69693 100644
--- a/check_postgres.pl.html
+++ b/check_postgres.pl.html
@@ -104,7 +104,7 @@
<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.12.1</p>
+<p>This documents describes check_postgres.pl version 2.12.0</p>
<p>
</p>
<hr />
@@ -1438,18 +1438,17 @@ 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="version_2_12_1" class="item"><strong>Version 2.12.1</strong></a></strong></dt>
-
-<dd>
-<pre>
- For &quot;same_schema&quot; trigger mismatches, show the attached table.</pre>
-</dd>
-<dt><strong><a name="version_2_12_0" class="item"><strong>Version 2.12.0</strong></a></strong></dt>
+<dt><strong><a name="0" class="item"><strong>Version 2.12.0</strong> (December 3, 2009)</a></strong></dt>
<dd>
<pre>
+ Allow the temporary directory to be specified via the &quot;tempdir&quot; argument,
+ for systems that need it (e.g. /tmp is not owned by root).
+ Fix so old versions of Postgres (&lt; 8.0) use the correct default database (Giles Westwood)
+ For &quot;same_schema&quot; trigger mismatches, show the attached table.
Add the new_version_bc check for Bucardo version checking.
- Add database name to perf output for last_vacuum|analyze (Guillaume Lelarge)</pre>
+ Add database name to perf output for last_vacuum|analyze (Guillaume Lelarge)
+ Fix for bloat action against old versions of Postgres without the 'block_size' param.</pre>
</dd>
<dt><strong><a name="1" class="item"><strong>Version 2.11.1</strong> (August 27, 2009)</a></strong></dt>
@@ -1461,7 +1460,7 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
Fix for constraints with embedded newlines for same_schema.
Allow --exclude for all items when using same_schema.</pre>
</dd>
-<dt><strong><a name="0" class="item"><strong>Version 2.11.0</strong> (August 23, 2009)</a></strong></dt>
+<dt><strong><strong>Version 2.11.0</strong> (August 23, 2009)</strong></dt>
<dd>
<pre>