feat: alerts on metrics #716
Labels
No labels
1week
2weeks
Failed compliance check
IP cameras
NATS
Possible security concern
Review effort 1/5
Review effort 2/5
Review effort 3/5
Review effort 4/5
Review effort 5/5
UI
aardvark
accessibility
amd64
api
arm64
auth
back-end
bgp
blog
bug
build
checkers
ci-cd
cleanup
cnpg
codex
core
dependencies
device-management
documentation
duplicate
dusk
ebpf
enhancement
eta 1d
eta 1hr
eta 3d
eta 3hr
feature
fieldsurvey
github_actions
go
good first issue
help wanted
invalid
javascript
k8s
log-collector
mapper
mtr
needs-triage
netflow
network-sweep
observability
oracle
otel
plug-in
proton
python
question
reddit
redhat
research
rperf
rperf-checker
rust
sdk
security
serviceradar-agent
serviceradar-agent-gateway
serviceradar-web
serviceradar-web-ng
siem
snmp
sysmon
topology
ubiquiti
wasm
wontfix
zen-engine
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carverauto/serviceradar#716
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Imported from GitHub.
Original GitHub issue: #2251
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2251
Original created: 2026-01-11T18:59:42Z
Is your feature request related to a problem?
Currently our Events/Event Promotion to Alert system is really built around logs -- we receive a log, we transform it with serviceradar-zen if it matches a rule for transformation, or it hits a passthrough rule, and then the db-event-writer consumer would write it to the database (CNPG). We need to be able to basically do the same thing but with metrics from sysmon, otel metrics, or SNMP. For example, if sysmon collects some disk usage statistics from a server and that disk's hard drive reaches some certain threshold, that should get turned into an event. If that event sits there festoring for some (threshold) period of time, like the device has a volume at 95% for more than an hour or something, that needs to get turned into an alert. Same thing with SNMP metrics we collect off an interface.
Please state a clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Imported GitHub comment.
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2251#issuecomment-3792910143
Original created: 2026-01-23T22:47:34Z
closing as completed/duplicate