-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Zabbix V2.4 template schema #5
base: master
Are you sure you want to change the base?
Conversation
akayueh
commented
Aug 24, 2016
- Add Zabbix V2.4 template schema
- LLD Index move to the discovery level
- Remove index item in the prototype creation for LLD
Add support for Zabbix v2.4 template schema: Zabbix template version -z, --zabbix_ver=2|3 Zabbix Template Schema Version (default: 3)
Support for Zabbix v2.4 LLD - Index OID
Format code to align with the original
Missing ValueMap in item template for Zabbix v2.4
@@ -1,33 +1,20 @@ | |||
#!/usr/bin/perl | |||
=pod | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove formatting/stylistic changes like these new-line removals
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how come I can't see this extract line in mine?
@@ -354,11 +400,9 @@ =head1 SUBROUTINES | |||
my $valuemaps = {}; | |||
|
|||
=head2 utf8_santize | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and these...
add new-line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Chris
I think all the issues you have request in the review has been fixed.
Hey Steven, I really want to accept this PR because it's a great feature and you've done a good job. Unfortunately your commits are still filled with line-break removals. In particular, this messes with Perl POD doc generation. Have a look at https://github.com/cavaliercoder/mib2zabbix/pull/5/files and you will see all the blank red lines. It might be worth rewinding your changes to succinctly apply the required code changes only. Also beware that your code editor might be applying some formatting of its own design. If I get a chance later, I'll merge your PR and unwind the line breaks for you. |
I can see the blank red lines, but when I edit it is not there anymore,
could it be extra carriage return in there somewhere?
…On 24 January 2017 at 11:10, Ryan Armstrong ***@***.***> wrote:
Hey Steven, I really want to accept this PR because it's a great feature
and you've done a good job. Unfortunately your commits are still filled
with line-break removals. In particular, this messes with Perl POD doc
generation. Have a look at https://github.com/
zabbix-tools/mib2zabbix#5/files and you will see all the blank red
lines.
It might be worth rewinding your changes to succinctly apply the required
code changes only. Also beware that your code editor might be applying some
formatting of its own design.
If I get a chance later, I'll merge your PR and unwind the line breaks for
you.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADzGCc6Gy3na0s3jI1sYIw6xsvkeH8sRks5rVUFvgaJpZM4Jrpj6>
.
--
Steven Yu
"And you will know the truth, and the truth will set you free", John 8:32
"你們必定認識真理,真理必定使你們自由", 約翰福音 8:32
|