diff options
author | Greg Sabino Mullane | 2009-10-14 12:26:30 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-10-14 12:26:30 +0000 |
commit | f014a0087ac1ed78a4e8a9bffcb39551ab24db33 (patch) | |
tree | 85a7a22177f89cd14101202f87242af705223fe2 /check_postgres.pl | |
parent | 51cb49e066535bbccf62b80863837a80d5190e52 (diff) |
Fix up versioning
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 994090cd1..8db45a6c7 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.12.1'; +our $VERSION = '2.12.0'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -6439,7 +6439,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.12.1 +This documents describes check_postgres.pl version 2.12.0 =head1 SYNOPSIS @@ -7896,13 +7896,10 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 -=item B<Version 2.12.1> +=item B<Version 2.12.0> Fix so old versions of Postgres (< 8.0) use the correct default database (Giles Westwood) For "same_schema" trigger mismatches, show the attached table. - -=item B<Version 2.12.0> - Add the new_version_bc check for Bucardo version checking. Add database name to perf output for last_vacuum|analyze (Guillaume Lelarge) |