add new-line
add new-line
This commit is contained in:
parent
8d66732e27
commit
de72b6572e
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
=pod
|
=pod
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
mib2zabbix.pl - SNMP MIB to Zabbix Template
|
mib2zabbix.pl - SNMP MIB to Zabbix Template
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
@ -400,6 +401,7 @@ my %item_proto_template = (
|
||||||
my $valuemaps = {};
|
my $valuemaps = {};
|
||||||
|
|
||||||
=head2 utf8_santize
|
=head2 utf8_santize
|
||||||
|
|
||||||
Parameters : (string) $malformed_utf8
|
Parameters : (string) $malformed_utf8
|
||||||
Returns : (string) $wellformed_utf8
|
Returns : (string) $wellformed_utf8
|
||||||
Description : Returns a sanitized UTF8 string, removing incompatable characters
|
Description : Returns a sanitized UTF8 string, removing incompatable characters
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue