|
| 1 | +--- |
| 2 | +title: "Active alerts" |
| 3 | +description: "View all currently firing alerts to quickly understand your system's overall alert status" |
| 4 | +keywords: ["active alerts", "alert rule", "alert list", "severity", "labels"] |
| 5 | +--- |
| 6 | + |
| 7 | +The active alerts page provides a consolidated view of all currently firing alerts, helping you quickly understand the overall alert status of your system. You can filter and browse by severity, folder, alert rule, labels, and more. |
| 8 | + |
| 9 | +<Note> |
| 10 | +The active alerts feature requires monit-edge version >= v0.36.0. Please ensure you have upgraded to this version or later. If you have not installed it yet, go to the [alert engine management](/en/monitors/engine/engine) page to complete the deployment. |
| 11 | +</Note> |
| 12 | + |
| 13 | +## Viewing active alerts |
| 14 | + |
| 15 | +**Menu entry**: Select a folder, then switch to the "Active Alerts" tab |
| 16 | + |
| 17 | +The active alerts list displays currently firing alerts in a table format. Default columns include: |
| 18 | + |
| 19 | +| Column | Description | |
| 20 | +|--------|-------------| |
| 21 | +| **Severity** | The severity level of the alert: Critical, Warning, or Info | |
| 22 | +| **Title** | The title of the alert event | |
| 23 | +| **Alert rule** | The name of the alert rule that produced this alert | |
| 24 | +| **Labels** | Label information carried by the alert, such as job, instance, etc. | |
| 25 | +| **Last triggered** | The most recent time this alert was triggered | |
| 26 | + |
| 27 | +## Filtering and searching |
| 28 | + |
| 29 | +The conditions bar at the top of the page helps you quickly locate the alerts you care about: |
| 30 | + |
| 31 | +- **Severity**: Filter by Critical, Warning, or Info |
| 32 | +- **Folder**: Filter by the folder that the alert rule belongs to |
| 33 | +- **Alert rule**: Filter by a specific alert rule |
| 34 | +- **Labels**: Filter by alert label key-value pairs |
| 35 | + |
| 36 | +All filter conditions use an "AND" relationship — only alerts matching all conditions are displayed. |
| 37 | + |
| 38 | +## Customizing columns |
| 39 | + |
| 40 | +Click the column configuration button in the upper-right corner of the list to: |
| 41 | + |
| 42 | +- **Show/hide columns**: Check or uncheck columns to control which ones are displayed |
| 43 | +- **Reorder columns**: Drag and drop to adjust the display order of columns |
| 44 | + |
| 45 | +The system remembers your column display preferences and automatically applies them on your next visit. |
| 46 | + |
| 47 | +<Tip> |
| 48 | +When you add a label-type column, the corresponding label filter automatically appears in the conditions bar, making it easy to quickly filter by that label. |
| 49 | +</Tip> |
| 50 | + |
| 51 | +## Deleting alerts |
| 52 | + |
| 53 | +If certain active alerts no longer need attention (for example, the alert rule has been adjusted but old alerts have not yet automatically recovered), you can manually delete them: |
| 54 | + |
| 55 | +<Steps> |
| 56 | +<Step title="Select alerts"> |
| 57 | +Check the alerts you want to delete in the list. Multiple selection is supported. |
| 58 | +</Step> |
| 59 | +<Step title="Confirm deletion"> |
| 60 | +Click the batch delete button. After confirmation, the selected alerts will be removed from the active alerts list. |
| 61 | +</Step> |
| 62 | +</Steps> |
| 63 | + |
| 64 | +<Warning> |
| 65 | +Deletion only removes the alert from the active alerts list. If the alert condition is still met, the alert will reappear the next time the alert engine runs its check. |
| 66 | +</Warning> |
0 commit comments