diff options
author | Greg Sabino Mullane | 2009-08-27 21:08:21 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-08-27 21:08:21 +0000 |
commit | bdcaaeb4f5de933cb3d89f98a0b09b55e8fb8ded (patch) | |
tree | 7077725e09444d7d4dac73258207e0fced1a3c14 /check_postgres.pl | |
parent | c9ed279d3bf192e41b4d5c7d65f115fa49ae2519 (diff) |
Version 2.11.12.11.1
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 755e3b9ac..a49b29fe9 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.11.0'; +our $VERSION = '2.11.1'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -6354,7 +6354,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.11.0 +This documents describes check_postgres.pl version 2.11.1 =head1 SYNOPSIS @@ -7802,7 +7802,7 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 -=item B<Version 2.11.1> +=item B<Version 2.11.1> (August 27, 2009) Proper Nagios output for last_vacuum|analyze actions. (Cédric Villemain) Proper Nagios output for locks action. (Cédric Villemain) |