diff options
author | Greg Sabino Mullane | 2009-07-12 19:47:49 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-07-12 19:47:49 +0000 |
commit | 5c0bdb3a8cbe8a3fa7d23f6de3a4b3db79f68c63 (patch) | |
tree | 6b2082cc92a14af85399caa412e35b1f2bf202ae /check_postgres.pl | |
parent | e74ccdf785db02c018656c43358b522d287579e4 (diff) |
Prepare for new version.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 9b99b62a2..3a3cd6c66 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.9.1'; +our $VERSION = '2.9.2'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -6040,7 +6040,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.9.1 +This documents describes check_postgres.pl version 2.9.2 =head1 SYNOPSIS @@ -7450,7 +7450,7 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 -=item B<Version 2.9.2> +=item B<Version 2.9.2> (July 12, 2009) Allow dots and dashes in database name for the backends check (Davide Abrigo) Check and display the database for each match in the bloat check (Cédric Villemain) |