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

Snmpreceiver fix counter64 #26368

Merged

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    56e1064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67619c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    13b49b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. SNMP data with type Counter64 can be sent as a uint64. This type wasn…

    …'t handeled.
    
    Internally we convert all numerical SNMP values to an int64.
    The conversion for a uint64, sent by the newly supported Conter64 SNMP data type, to int64
    was lacking and is intruduced with this commit.
    technimad-splunk committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2ea09b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    482c137 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. fix whitespace

    technimad-splunk committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a9e029f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54a723b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed97de1 View commit details
    Browse the repository at this point in the history