Skip to content
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

fix perl regex warning #35

Closed
Tontonitch opened this issue Jul 10, 2018 · 0 comments
Closed

fix perl regex warning #35

Tontonitch opened this issue Jul 10, 2018 · 0 comments
Assignees
Milestone

Comments

@Tontonitch
Copy link
Owner

Tontonitch commented Jul 10, 2018

fix perl regex warning
——————————————————————————————————
$ /usr/lib64/nagios/plugins/check_interface_table_v3t > /dev/null
\1 better written as $1 at /usr/lib64/interfacetable_v3t/SnmpUtils.pm line 743.
\2 better written as $2 at /usr/lib64/interfacetable_v3t/SnmpUtils.pm line 743.
——————————————————————————————————

based on
#32
commit
7131a91

@Tontonitch Tontonitch added this to the v1.00 milestone Jul 10, 2018
@Tontonitch Tontonitch self-assigned this Jul 10, 2018
Tontonitch added a commit that referenced this issue Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant