check_junos_bgp.pl: Suppress 'wide character in print' warnings.

This commit is contained in:
Sebastian Harl 2011-06-30 11:41:18 +02:00
parent ff970c8dc6
commit 0aff58d0cc

View file

@ -47,6 +47,8 @@ use Regexp::IPv6 qw( $IPv6_re );
use JUNOS::Device; use JUNOS::Device;
binmode STDOUT, ":utf8";
my $valid_checks = "peers_count|prefix_count"; my $valid_checks = "peers_count|prefix_count";
my $plugin = Nagios::Plugin->new( my $plugin = Nagios::Plugin->new(