influxdata / influxdata/kapacitor
[[snmptrap]]
Open
- Dominant language
- Go
- Stars
- 2.4k
- Forks
- 479
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 4
Description
Is this possible to send snmptrap in two server from kapacitor at the same time.
kapacitor version used: 1.5
kapacitor.conf:
**[snmptrap]
enabled = true
addrs = ["10.100.100.100:162" , "10.100.100.101:162"]
community = "public"
retries = 1**
Contributor guide
Research direction
Start by checking Kapacitor 1.5's SNMP trap configuration and how the two addresses in the reported `addrs` setting are handled. Verify whether a single alert sends traps to both `10.100.100.100:162` and `10.100.100.101:162`; the work is done when the supported behavior is confirmed or clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100