adding netscaler traps#877
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an initial SNMP trap mapping for Citrix ADC/NetScaler (NS-ROOT-MIB) into the existing NetScaler polling profile, aiming to address missing trap visibility referenced in issue #876.
Changes:
- Introduces a new
traps:section in the NetScaler profile. - Defines a trap entry intended to map SSL certificate/key-related varbinds to human-friendly field names.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| # NS-ROOT-MIB traps | ||
| traps: | ||
| - trap_oid: .1.3.6.1.4.1.5951.4.1.1.56.1 |
Comment on lines
+881
to
+883
| - trap_oid: .1.3.6.1.4.1.5951.4.1.1.56.1 | ||
| trap_name: sslCertKeyTable | ||
| drop_undefined: true |
Comment on lines
+879
to
+880
| # NS-ROOT-MIB traps | ||
| traps: |
Contributor
|
Hi @i3149 , thank you, this is exactly what I was looking for. Just remove dot before - trap_oid: 1.3.6.1.4.1.5951.4.1.1.56.1. |
Contributor
|
Thanks for handling this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #876
@personal-git-pavlch, is this what you are thinking here?