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

refactor: snmp cleanup #4683

Merged
merged 3 commits into from Oct 6, 2016
Merged

refactor: snmp cleanup #4683

merged 3 commits into from Oct 6, 2016

Commits on Sep 30, 2016

  1. refactor: snmp cleanup

    Move common code to turn values to an array to a function.
    Many snmp functions become alias,  we can remove those.
    snmp_cache_oid_num() has a slight change in result, it doesn't add an extra [''] into the array, just straight $array[$oid] = $value now.
    remove unused functions
    murrant committed Sep 30, 2016
    Copy the full SHA
    9d42126 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2016

  1. Add spaces around the split equals.

    Removes the need for trim on oid
    murrant committed Oct 2, 2016
    Copy the full SHA
    511c305 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Removed polling test file

    laf committed Oct 6, 2016
    Copy the full SHA
    e9e8c5c View commit details
    Browse the repository at this point in the history