diff options
-rwxr-xr-x | check_postgres.pl | 8 |
1 files 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<check_postgres.pl> - 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<Version 2.20.2> +=item B<Version 2.21.0> September 24, 2013 Fix issue with SQL steps in check_pgagent_jobs for sql steps which perform deletes (Rob Emery via github pull) |