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

in_snmp: an input plugin for collect metrics by SNMP request #7671

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 18, 2023

  1. snmp: borrow dummy plugin as a start point

    Add: ChatGPT in_snmp
    
    Add: snmp get with fix request
    
    Add: snmp with log recorder
    
    Add: print value by sprint_realloc_by_type
    
    Fix: refine code.
    
    Add: walk get values
    
    TMP
    
    Signed-off-by: k402xxxcenxxx <[email protected]>
    k402xxxcenxxx committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9a28d22 View commit details
    Browse the repository at this point in the history
  2. Add: unit test

    Add: unit test for snmp_walk
    Signed-off-by: k402xxxcenxxx <[email protected]>
    k402xxxcenxxx committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7295681 View commit details
    Browse the repository at this point in the history
  3. Fix: memory leak due to openssl lib used by net-snmp

    Signed-off-by: k402xxxcenxxx <[email protected]>
    k402xxxcenxxx committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    82c8f8d View commit details
    Browse the repository at this point in the history
  4. Add: timeout and retris setting for net snmp lib

    Signed-off-by: k402xxxcenxxx <[email protected]>
    k402xxxcenxxx committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    acef8b0 View commit details
    Browse the repository at this point in the history
  5. Add: snmp in Dockerfile

    Signed-off-by: k402xxxcenxxx <[email protected]>
    k402xxxcenxxx committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0a0e1bb View commit details
    Browse the repository at this point in the history
  6. Fix: not support Windows. add libsnmp in various Dockerfile

    Signed-off-by: k402xxxcenxxx <[email protected]>
    k402xxxcenxxx committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1c78626 View commit details
    Browse the repository at this point in the history