-
Notifications
You must be signed in to change notification settings - Fork 979
feat: add SNMP trap receiver provider. #4884
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
base: main
Are you sure you want to change the base?
Conversation
@rahulrajesh21 is attempting to deploy a commit to the KeepHQ Team on Vercel. A member of the Team first needs to authorize it. |
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.
minor changes needed, all in all looks surprisingly good.
one thing however - for such "complicated" providers we usually asks contributors to create some script/doc to help us maintain it - mainly a way to reproduce an end-to-end like the video you sent
@shahargl Almost done with e2e test. |
@shahargl can you review my e2e testing. |
Closes #2112
/claim #2112
📑 Description
The SNMP Provider allows Keep to receive and process SNMP traps from network devices, converting them into alerts within the Keep platform.
Timeline.1.mp4
✅ Checks
ℹ Additional Information
The SNMP Provider includes OID translation for human-readable alerts. Added dependencies:
pysnmp
,pysnmp-lextudio
,pyasn1
.