From 74f8a3d7b3c8a73fcd1d475a9a298ce95225cf97 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 24 Sep 2013 15:00:04 -0400 Subject: [PATCH] Version bump, better binmode --- check_postgres.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/check_postgres.pl b/check_postgres.pl index d168c57a4..03ab43a23 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -30,9 +30,9 @@ $Data::Dumper::Varname = 'POSTGRES'; $Data::Dumper::Indent = 2; $Data::Dumper::Useqq = 1; -binmode STDOUT, ':utf8'; +binmode STDOUT, ':encoding(UTF-8)'; -our $VERSION = '2.20.2'; +our $VERSION = '2.21.0'; use vars qw/ %opt $PGBINDIR $PSQL $res $COM $SQL $db /; @@ -7930,7 +7930,7 @@ sub check_wal_files { B - a Postgres monitoring script for Nagios, MRTG, Cacti, and others -This documents describes check_postgres.pl version 2.20.2 +This documents describes check_postgres.pl version 2.21.0 =head1 SYNOPSIS @@ -9759,7 +9759,7 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). =over 4 -=item B +=item B September 24, 2013 Fix issue with SQL steps in check_pgagent_jobs for sql steps which perform deletes (Rob Emery via github pull) -- 2.39.5