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

snmp: Better sensor support to resolve previous issues #113624

Merged
merged 12 commits into from
Mar 16, 2024

Commits on Mar 16, 2024

  1. sensor.snmp added decoding of "Opaque" types.

    Also added test cases for String, Integer and Real types.
    ChristianKuehnel authored and lextm committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    c0e46ef View commit details
    Browse the repository at this point in the history
  2. added more log output

    ChristianKuehnel authored and lextm committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    11e467a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    377889a View commit details
    Browse the repository at this point in the history
  4. cleanup of the code

    ChristianKuehnel authored and lextm committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f1359b1 View commit details
    Browse the repository at this point in the history
  5. fixed pylint findings

    ChristianKuehnel authored and lextm committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    4eac193 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e50557 View commit details
    Browse the repository at this point in the history
  7. Added more suitable test cases.

    lextm committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e955545 View commit details
    Browse the repository at this point in the history
  8. ruff format.

    lextm committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    9736de4 View commit details
    Browse the repository at this point in the history
  9. Reverted format string changes.

    lextm committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    62aad25 View commit details
    Browse the repository at this point in the history
  10. Fixed ruff and pylint issues.

    lextm committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    34a1819 View commit details
    Browse the repository at this point in the history
  11. Fixed another ruff issue.

    lextm committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    df8f57f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    76c5bed View commit details
    Browse the repository at this point in the history