diff options
author | Greg Sabino Mullane | 2009-01-07 15:22:55 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-01-07 15:22:55 +0000 |
commit | b85610a053f3c647fa8ac62c5f3b29091e9d9ac9 (patch) | |
tree | ef345bdb291f9c073b31d3d63485b028dad6f5a6 /check_postgres.pl | |
parent | 31f75f39298ca44d1f116c7614e156d3f77d4d31 (diff) |
Bump version and release.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index aa057ac0f..6a8f2fc30 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.3'; +our $VERSION = '2.5.4'; 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.3 +This documents describes check_postgres.pl version 2.5.4 =head1 SYNOPSIS @@ -4976,6 +4976,12 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 +=item B<Version 2.5.4> (January 7, 2009) + + Better checking of $opt{dbservice} structure (Cédric Villemain) + Fix time display in timesync action output (Selena Deckelmann) + Fix documentation typos (Josh Tolley) + =item B<Version 2.5.3> (December 17, 2008) Minor fix to regex in verify_version (Lee Jensen) |