feat: alert management #1112

Open
opened 2026-03-28 04:31:47 +00:00 by mfreeman451 · 0 comments
Owner

Imported from GitHub.

Original GitHub issue: #3068
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/3068
Original created: 2026-03-23T03:13:35Z


Is your feature request related to a problem?

Need to add the ability to ignore certain events and also suppress alerts. We should also not send out multiple notifications for the same alert:

core-elx 03:12:04.519 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container
core-elx 03:12:04.523 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container
core-elx 03:12:04.530 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container
core-elx 03:12:04.534 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container
core-elx 03:12:04.537 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container
core-elx 03:12:04.541 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container
core-elx 03:12:06.258 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container
core-elx 03:12:06.262 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container
core-elx 03:12:06.265 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container
core-elx 03:12:06.268 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container
core-elx 03:12:06.272 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container
core-elx 03:12:06.276 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container
core-elx 03:12:09.340 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container
core-elx 03:12:09.344 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container
core-elx 03:12:09.349 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container

If that was running we would have gotten blasted with notifications when we only needed one.

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 from GitHub. Original GitHub issue: #3068 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/3068 Original created: 2026-03-23T03:13:35Z --- **Is your feature request related to a problem?** Need to add the ability to ignore certain events and also suppress alerts. We should also not send out multiple notifications for the same alert: ``` core-elx 03:12:04.519 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container core-elx 03:12:04.523 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container core-elx 03:12:04.530 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container core-elx 03:12:04.534 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container core-elx 03:12:04.537 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container core-elx 03:12:04.541 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container core-elx 03:12:06.258 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container core-elx 03:12:06.262 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container core-elx 03:12:06.265 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container core-elx 03:12:06.268 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container core-elx 03:12:06.272 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container core-elx 03:12:06.276 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container core-elx 03:12:09.340 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container core-elx 03:12:09.344 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container core-elx 03:12:09.349 [warning] WebhookNotifier not running, skipping alert: Falco Critical: Drop and execute new binary in container ``` If that was running we would have gotten blasted with notifications when we only needed one. **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.
Sign in to join this conversation.
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#1112
No description provided.