diff options
author | Greg Sabino Mullane | 2008-09-30 22:39:41 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2008-09-30 22:39:41 +0000 |
commit | 428c8670bcb048d97074367d7bbfa896ce103845 (patch) | |
tree | 4e4dc75070a33ab5039523dfcabf9c9489d736b9 /check_postgres.pl | |
parent | ce8e01dbcb292e3aeeba6eac36a60df21a2e9d9c (diff) |
Ready for minor revision: 2.2.2
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 4e6402e97..794a5119c 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.2.1'; +our $VERSION = '2.2.2'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -3453,7 +3453,7 @@ sub check_replicate_row { =head1 NAME B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, and others -This documents describes check_postgres.pl version 2.2.1 +This documents describes check_postgres.pl version 2.2.2 =head1 SYNOPSIS @@ -4566,6 +4566,10 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 +=item B<Version 2.2.2> (September 30, 2008) + + Fixes for minor output and scoping problems. + =item B<Version 2.2.1> (September 28, 2008) Add MRTG output to fsm_pages and fsm_relations. |