From: Greg Sabino Mullane Date: Mon, 24 Mar 2008 00:56:19 +0000 (-0400) Subject: Bump version. X-Git-Tag: 2.9.0~379 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=76a360181d30f3c69e9f728654911038c82ec5f0;p=check_postgres.git Bump version. --- diff --git a/check_postgres.pl b/check_postgres.pl index 1db4c8f3a..c11e85c49 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -23,7 +23,7 @@ $Data::Dumper::Varname = 'POSTGRES'; $Data::Dumper::Indent = 2; $Data::Dumper::Useqq = 1; -our $VERSION = '1.2.0'; +our $VERSION = '1.3.0'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -2363,7 +2363,7 @@ check_postgres.pl - Postgres monitoring script for Nagios =head1 VERSION -This documents describes check_postgres.pl version 1.2.0 +This documents describes check_postgres.pl version 1.3.0 =head1 SYNOPSIS @@ -2958,6 +2958,10 @@ Development happens using the git system. You can clone the latest version by do =over 4 +=item B + +Add in txn_idle and txn_time actions. + =item B Add the check_wal_files method, which counts the number of WAL files @@ -2969,10 +2973,6 @@ Explicitly allow -v as an argument. Allow for a null syslog_facility in check_logfile -=item B - -Add in txn_idle and txn_time actions. - =item B Fix error preventing --action=rebuild_symlinks from working.