From: Greg Sabino Mullane Date: Wed, 4 Feb 2009 16:16:22 +0000 (-0500) Subject: Doc need for Date::Parse, bump version X-Git-Tag: 2.9.0~188 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=7ba85d23c3ddcddb1e9c0347374de6083a3e1c08;p=check_postgres.git Doc need for Date::Parse, bump version --- diff --git a/check_postgres.pl b/check_postgres.pl index ae2c929f7..ec60ecc1b 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.6.0'; +our $VERSION = '2.6.1'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -3834,7 +3834,7 @@ sub show_dbstats { =head1 NAME B - a Postgres monitoring script for Nagios, MRTG, Cacti, and others -This documents describes check_postgres.pl version 2.6.0 +This documents describes check_postgres.pl version 2.6.1 =head1 SYNOPSIS @@ -4238,6 +4238,8 @@ pg_controldata executable must be available in the current path. At least one warning or critical argument must be set. +This action requires the Date::Parse module. + For MRTG or simple output, returns the number of seconds. =head2 B @@ -5049,6 +5051,8 @@ Access to a working version of psql, and the following very standard Perl module The L action requires the B module. +The L action requires the B module. + Some actions require access to external programs. If psql is not explicitly specified, the command B> is used to find it. The program B> is needed by the L action. @@ -5077,9 +5081,13 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 -=item B (January 7, 2009) +=item B (February 4, 2009) + + Only require Date::Parse to be loaded if using the checkpoint action. + +=item B (January 26, 2009) - Add the pitr_lag check. + Add the 'checkpoint' action. =item B (January 7, 2009)