$Data::Dumper::Indent = 2;
$Data::Dumper::Useqq = 1;
-our $VERSION = '1.5.1';
+our $VERSION = '1.5.2';
use vars qw/ %opt $PSQL $res $COM $SQL $db /;
=head1 VERSION
-This documents describes B<check_postgres.pl> version 1.5.1
+This documents describes B<check_postgres.pl> version 1.5.2
=head1 SYNOPSIS
=over 4
-=item B<Version 1.5.1>
+=item B<Version 1.5.2> (May 2, 2008)
+
+Fix problem with too eager creation of custom pgpass file.
+
+=item B<Version 1.5.1> (April 17, 2008)
Add example Nagios configuration settings (Brian A. Seklecki)
Add the --includeuser and --excludeuser options. Documentation cleanup.
-=item B<Version 1.4.3>
+=item B<Version 1.4.3> (April 16, 2008)
Add in the 'output' concept for future support of non-Nagios programs.
-=item B<Version 1.4.2>
+=item B<Version 1.4.2> (April 8, 2008)
Fix bug preventing --dbpass argument from working (Robert Treat).
-=item B<Version 1.4.1>
+=item B<Version 1.4.1> (April 4, 2008)
Minor documentation fixes.
For last_vacuum and last_analyze, respect autovacuum effects, add separate
autovacuum checks (ideas by Robert Treat).
-=item B<Version 1.3.1>
+=item B<Version 1.3.1> (April 2, 2008)
Have txn_idle use query_start, not xact_start.
Allow for a null syslog_facility in check_logfile.
-=item B<Version 1.1.2>
+=item B<Version 1.1.2> (February 5, 2008)
Fix error preventing --action=rebuild_symlinks from working.
-=item B<Version 1.1.1>
+=item B<Version 1.1.1> (February 3, 2008)
Switch vacuum and analyze date output to use 'DD', not 'D'. (Glyn Astill)
Actions 'last_vacuum' and 'last_analyze' are 8.2 only (Robert Treat)
-=item B<Version 1.0.16>
+=item B<Version 1.0.16> (December 7, 2007)
First public release, December 2007
<h1><a name="history">HISTORY</a></h1>
<p>Items not specifically attributed are by Greg Sabino Mullane.</p>
<dl>
-<dt><strong><a name="version_1_5_2" class="item"><strong>Version 1.5.2</strong></a></strong>
+<dt><strong><a name="2" class="item"><strong>Version 1.5.2</strong> (May 2, 2008)</a></strong>
<dd>
<p>Fix problem with too eager creation of custom pgpass file.</p>
</dd>
</li>
-<dt><strong><a name="version_1_5_1" class="item"><strong>Version 1.5.1</strong></a></strong>
+<dt><strong><a name="1" class="item"><strong>Version 1.5.1</strong> (April 17, 2008)</a></strong>
<dd>
<p>Add example Nagios configuration settings (Brian A. Seklecki)</p>
<p>Add the --includeuser and --excludeuser options. Documentation cleanup.</p>
</dd>
</li>
-<dt><strong><a name="version_1_4_3" class="item"><strong>Version 1.4.3</strong></a></strong>
+<dt><strong><a name="3" class="item"><strong>Version 1.4.3</strong> (April 16, 2008)</a></strong>
<dd>
<p>Add in the 'output' concept for future support of non-Nagios programs.</p>
</dd>
</li>
-<dt><strong><a name="version_1_4_2" class="item"><strong>Version 1.4.2</strong></a></strong>
+<dt><strong><strong>Version 1.4.2</strong> (April 8, 2008)</strong>
<dd>
<p>Fix bug preventing --dbpass argument from working (Robert Treat).</p>
</dd>
</li>
-<dt><strong><a name="version_1_4_1" class="item"><strong>Version 1.4.1</strong></a></strong>
+<dt><strong><strong>Version 1.4.1</strong> (April 4, 2008)</strong>
<dd>
<p>Minor documentation fixes.</p>
autovacuum checks (ideas by Robert Treat).</p>
</dd>
</li>
-<dt><strong><a name="version_1_3_1" class="item"><strong>Version 1.3.1</strong></a></strong>
+<dt><strong><strong>Version 1.3.1</strong> (April 2, 2008)</strong>
<dd>
<p>Have txn_idle use query_start, not xact_start.</p>
<p>Allow for a null syslog_facility in check_logfile.</p>
</dd>
</li>
-<dt><strong><a name="version_1_1_2" class="item"><strong>Version 1.1.2</strong></a></strong>
+<dt><strong><strong>Version 1.1.2</strong> (February 5, 2008)</strong>
<dd>
<p>Fix error preventing --action=rebuild_symlinks from working.</p>
</dd>
</li>
-<dt><strong><a name="version_1_1_1" class="item"><strong>Version 1.1.1</strong></a></strong>
+<dt><strong><strong>Version 1.1.1</strong> (February 3, 2008)</strong>
<dd>
<p>Switch vacuum and analyze date output to use 'DD', not 'D'. (Glyn Astill)</p>
<p>Actions 'last_vacuum' and 'last_analyze' are 8.2 only (Robert Treat)</p>
</dd>
</li>
-<dt><strong><a name="version_1_0_16" class="item"><strong>Version 1.0.16</strong></a></strong>
+<dt><strong><a name="16" class="item"><strong>Version 1.0.16</strong> (December 7, 2007)</a></strong>
<dd>
<p>First public release, December 2007</p>