$Data::Dumper::Indent = 2;
$Data::Dumper::Useqq = 1;
-our $VERSION = '2.2.2';
+our $VERSION = '2.2.3';
use vars qw/ %opt $PSQL $res $COM $SQL $db /;
=head1 NAME
B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, and others
-This documents describes check_postgres.pl version 2.2.2
+This documents describes check_postgres.pl version 2.2.3
=head1 SYNOPSIS
values, you can look for the variables I<$MINPAGES> and I<$MINIPAGES> at the top of the
C<check_bloat> subroutine.
+Only the top 10 most bloated relations are shown. You can change this number by
+using the I<--perflimit> option to set your own limit.
+
The schema named 'information_schema' is excluded from this test, as the only tables
it contains are small and do not change.
=over 4
+=item B<Version 2.2.3>
+
+ Documentaion tweaks.
+
=item B<Version 2.2.2> (September 30, 2008)
Fixes for minor output and scoping problems.