Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
niltooth committed Oct 7, 2021
1 parent c116170 commit ab4e4f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# itsaTrap!
# crap
A high performance snmp trap to nats proxy.

Receives snmp traps, encodes them as json and publishes them to a nats subject.

It only starts here.. continue by enabling jetstream, adding streams and writing consumers.

This system should be able to scale from a single embedded instance on a raspberry pi to a very large cluster.

Messages can be reliably delivered once they have been received by ```crap```

## Features
- Encode snmp traps (v1,v2 & v3) into JSON
- Internal stats sent to nats
Expand Down

0 comments on commit ab4e4f0

Please sign in to comment.