You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`tags`|`string[]`| Fields from `job.data` to extract as filterable tags. |
398
-
|`alerts`|`AlertsOptions`| Self-hosted Slack/webhook alerting via BullMQ QueueEvents. |
398
+
|`alerts`|`AlertsOptions`| Self-hosted Slack/Discord/webhook alerting via BullMQ QueueEvents. |
399
399
400
400
### Alerts
401
401
402
-
Alerts are on by default. Configure Slackor webhook **contact points** and **rules** in the dashboard **Alerts** page — notifications are only sent after you set that up. The model follows Grafana-style contact points + rules (unlike Bull Board, which has no built-in alerting). See [`@getworkbench/core` README](./packages/core/README.md) for Slack setup steps.
402
+
Alerts are on by default. Configure Slack, Discord, or webhook **contact points** and **rules** in the dashboard **Alerts** page — notifications are only sent after you set that up. The model follows Grafana-style contact points + rules (unlike Bull Board, which has no built-in alerting). See [`@getworkbench/core` README](./packages/core/README.md) for setup steps.
Copy file name to clipboardExpand all lines: apps/web/content/docs/guides/alerts.mdx
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
1
---
2
2
title: Alerts
3
-
description: Self-hosted Slack and webhook alerting via BullMQ QueueEvents — contact points and rules in the dashboard.
3
+
description: Self-hosted Slack, Discord, and webhook alerting via BullMQ QueueEvents — contact points and rules in the dashboard.
4
4
keywords:
5
5
- Workbench alerts
6
6
- BullMQ Slack alerts
7
+
- BullMQ Discord alerts
7
8
---
8
9
9
10
Alerts are **enabled by default**. Configure contact points and rules from the dashboard **Alerts** page — nothing is sent until you add destinations and matching rules.
10
11
11
12
## Configure in the dashboard
12
13
13
14
1. Open your Workbench mount → **Alerts**
14
-
2.**Add contact point** — Slack webhook or generic HTTP webhook
0 commit comments