diff options
author | Greg Sabino Mullane | 2008-12-17 02:59:38 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2008-12-17 02:59:38 +0000 |
commit | b63004db13de7f8986b0ba69f3b8d45510b43e65 (patch) | |
tree | 73af5363e840ff8a0d6151d11d19652d497951cc /check_postgres.pl | |
parent | 7c39df7c25e74ee8b59e6a52b4b24e19a0675769 (diff) |
Bump version
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 1b545b0e8..19504b017 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -28,7 +28,7 @@ $Data::Dumper::Varname = 'POSTGRES'; $Data::Dumper::Indent = 2; $Data::Dumper::Useqq = 1; -our $VERSION = '2.5.1'; +our $VERSION = '2.5.2'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -3748,7 +3748,7 @@ sub show_dbstats { =head1 NAME B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others -This documents describes check_postgres.pl version 2.5.1 +This documents describes check_postgres.pl version 2.5.2 =head1 SYNOPSIS @@ -4976,6 +4976,10 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 +=item B<Version 2.5.2> (December 16, 2008) + + Minor documentation tweak. + =item B<Version 2.5.1> (December 11, 2008) Add support for --noidle flag to prevent backends action from counting idle processes. |