diff options
author | Greg Sabino Mullane | 2009-08-23 12:40:05 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-08-23 12:40:05 +0000 |
commit | b7715094f987ceb8cfeef6d4310d09ae269d4bd1 (patch) | |
tree | 85eec8a4091f4a8dac5a4fb4e753d1c0e38d5161 /check_postgres.pl | |
parent | 16120a7559a7f087968fdf5df251023d67860eed (diff) |
Bump version to 2.11.0
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index bc9d7bcdb..57f4e8fe0 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.10.1'; +our $VERSION = '2.11.0'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -6309,7 +6309,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.10.1 +This documents describes check_postgres.pl version 2.11.0 =head1 SYNOPSIS |