Add Rust-based SNMP trap receiver #1700

Merged
mfreeman451 merged 1 commit from refs/pull/1700/head into 914-feat-support-for-snmp-traps 2025-06-16 03:25:46 +00:00
mfreeman451 commented 2025-06-16 03:23:03 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #919
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/pull/919
Original created: 2025-06-16T03:23:03Z
Original updated: 2025-06-16T03:27:59Z
Original head: carverauto/serviceradar:codex/add-snmp-trap-receiver-with-nats-jetstream
Original base: 914-feat-support-for-snmp-traps
Original merged: 2025-06-16T03:25:46Z by @mfreeman451

Summary

  • add new trapd crate under cmd/
  • implement async trap receiver using snmp2 and publishing to NATS JetStream
  • document configuration and usage
  • format Rust code in the new crate
  • update Makefile to lint/test trapd

Testing

  • make lint (fails: can't load config)
  • make test (interrupted due to environment limits)

https://chatgpt.com/codex/tasks/task_e_684f8ba2f1e88320be2a3480ca02a042

Imported from GitHub pull request. Original GitHub pull request: #919 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/pull/919 Original created: 2025-06-16T03:23:03Z Original updated: 2025-06-16T03:27:59Z Original head: carverauto/serviceradar:codex/add-snmp-trap-receiver-with-nats-jetstream Original base: 914-feat-support-for-snmp-traps Original merged: 2025-06-16T03:25:46Z by @mfreeman451 --- ## Summary - add new `trapd` crate under `cmd/` - implement async trap receiver using `snmp2` and publishing to NATS JetStream - document configuration and usage - format Rust code in the new crate - update Makefile to lint/test `trapd` ## Testing - `make lint` *(fails: can't load config)* - `make test` *(interrupted due to environment limits)* ------ https://chatgpt.com/codex/tasks/task_e_684f8ba2f1e88320be2a3480ca02a042
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!1700
No description provided.