-
Notifications
You must be signed in to change notification settings - Fork 819
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
feat: add SNMP provider #3113
base: main
Are you sure you want to change the base?
feat: add SNMP provider #3113
Conversation
@onyedikachi-david is attempting to deploy a commit to the KeepHQ Team on Vercel. A member of the Team first needs to authorize it. |
…ror handling, and value type conversion improvements
hey @onyedikachi-david - I'm not sure how this works. how does Keep server listens for the SNMP traps? you didn't add a server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
server should be optional (default false) and not within the provider
Closes #2112
/claim #2112
📑 Description
Add SNMP provider implementation for receiving SNMP traps and performing SNMP queries. This provider enables Keep to:
Changes completed:
✅ Checks
ℹ Additional Information
Dependencies Added
Breaking Changes
None
Configuration Example