From fe2bb6ff3d9acd96bd7c632a42f10efeb3ea4426 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Fri, 29 Jan 2010 12:54:41 -0500 Subject: Bump to 2.13.0, add docs for noperms --- check_postgres.pl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'check_postgres.pl') diff --git a/check_postgres.pl b/check_postgres.pl index 079bb1cf7..65c75f3e7 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.12.2'; +our $VERSION = '2.13.0'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -6472,7 +6472,7 @@ sub show_dbstats { B - a Postgres monitoring script for Nagios, MRTG, Cacti, and others -This documents describes check_postgres.pl version 2.12.2 +This documents describes check_postgres.pl version 2.13.0 =head1 SYNOPSIS @@ -7486,6 +7486,8 @@ columns within a table. The filter option "nofuncbody" prevents comparison of the bodies of all functions. +The filter option "noperms" prevents comparison of object permissions. + You must provide information on how to reach the second database by a connection parameter ending in the number 2, such as "--dbport2=5543" @@ -7930,10 +7932,10 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 -=item B +=item B Allow "nofunctions" as a filter for the same_schema option. - Allow "noperms" as a filter for the same_schema option. + Added "noperms" as a filter for the same_schema option. Ignore dropped columns when considered positions for same_schema (Guillaume Lelarge) =item B -- cgit v1.2.3