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: workaround servertech_sentry3 zero-length integers #1090

Merged

Commits on Jan 15, 2024

  1. fix: workaround servertech_sentry3 zero-length integers

    servertech_sentry3 devices can return bad ASN.1 data, an Integer with
    asnlength=0 under certain cases.
    
    - Certain firmware versions only
    - SNMP BULKGET
    - Specific OIDs deep into the tree, at different repetition values
    
    Work around the problem by setting max_repetitions=4, which doesn't
    trigger the device bug.
    
    Closes: prometheus#1080
    Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
    robbat2 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    dbe63eb View commit details
    Browse the repository at this point in the history