check_junos_bgp.pl: Suppress 'wide character in print' warnings.
This commit is contained in:
parent
ff970c8dc6
commit
0aff58d0cc
|
@ -47,6 +47,8 @@ use Regexp::IPv6 qw( $IPv6_re );
|
|||
|
||||
use JUNOS::Device;
|
||||
|
||||
binmode STDOUT, ":utf8";
|
||||
|
||||
my $valid_checks = "peers_count|prefix_count";
|
||||
|
||||
my $plugin = Nagios::Plugin->new(
|
||||
|
|
Loading…
Reference in a new issue