diff options
author | Greg Sabino Mullane | 2010-02-18 22:03:46 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2010-02-18 22:03:46 +0000 |
commit | 86196815ac119a33b7748dbc733459f761a687fe (patch) | |
tree | a410190cb45a5fb444573e567f55407cdbc4e060 /check_postgres.pl | |
parent | 40bb49eba6ed14bd804edbf4644a4b26f6f7e922 (diff) |
Version 2.14.2
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index ace75f6f2..e6fc9da69 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.14.1'; +our $VERSION = '2.14.2'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -6587,7 +6587,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.14.1 +This documents describes check_postgres.pl version 2.14.2 =head1 SYNOPSIS @@ -8074,13 +8074,16 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 -=item B<Version 2.14.1> (February 18, 2010) +=item B<Version 2.14.2> (February 18, 2010) + + Change autovac_freeze default warn/critical back to 90%/95% (Robert Treat) + Put all items one-per-line for relation size actions if --verbose=1 + +=item B<Version 2.14.1> (February 17, 2010) Don't use $^T in logfile check, as script may be long-running Change the error string for the logfile action for easier exclusion by programs like tail_n_mail - Change autovac_freeze default warn/critical back to 90%/95% (Robert Treat) - Put all items one-per-line for relation size actions if --verbose=1 =item B<Version 2.14.0> (February 11, 2010) |