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

Customize logging of various SNMP traps just as Zino 1 does #320

Merged
merged 11 commits into from
Aug 20, 2024

Commits on Jul 18, 2024

  1. Add CISCOTRAP-MIB dump

    Also adds dumps of all MIB depdencies that weren't already included in
    Zino.
    lunkwill42 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7322cfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8601a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd8fad9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d290e8 View commit details
    Browse the repository at this point in the history
  5. Add CISCO-PIM-MIB dump

    lunkwill42 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b814b4f View commit details
    Browse the repository at this point in the history
  6. Log CISCO-PIM-MIB traps

    Logs `ciscoPimInvalidRegister` and `ciscoPimInvalidJoinPrune` just like
    Zino 1 does.
    lunkwill42 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    2ed2feb View commit details
    Browse the repository at this point in the history
  7. Add OSPF-TRAP-MIB dump

    Including MIB dependencies.
    lunkwill42 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0d20bd0 View commit details
    Browse the repository at this point in the history
  8. Log OSPF-MIB::ospfIfConfigError

    As in Zino 1, this just logs the values of all included varbinds whose
    named start with the string `ospf`
    lunkwill42 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    eb4bb3a View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Remove trap log details from non-implemented features list.
    lunkwill42 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a4bbfef View commit details
    Browse the repository at this point in the history
  10. Add news fragment

    lunkwill42 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b52982a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Make PIM-invalid log identical to Zino 1

    As suggested in code review.
    
    Co-authored-by: Johanna England <[email protected]>
    lunkwill42 and johannaengland committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1c628bf View commit details
    Browse the repository at this point in the history