Alerts
The Alerts module provides comprehensive alert management including rules, incidents, and notification channels.
Overview
The Alerts page has three tabs:
- Incidents - Active and historical alert incidents
- Alert Rules - Definitions that trigger alerts
- Channels - Notification delivery configurations
Incidents Tab
Incidents are triggered alert events that require attention.
Incident Properties
| Property | Description |
|---|---|
| Severity | Alert severity (critical, high, medium, low) |
| Rule | The alert rule that triggered |
| Message | Description of the incident |
| Resource | Affected cluster or instance |
| Triggered | Timestamp when triggered |
| Status | Current state (triggered, acknowledged, resolved) |
Incident Lifecycle
- Triggered - Alert condition met, incident created
- Acknowledged - Someone has seen and acknowledged the alert
- Resolved - Issue has been fixed, incident closed
Managing Incidents
- Acknowledge - Mark as seen (available for triggered incidents)
- Resolve - Mark as fixed (available for acknowledged incidents)
- View Details - See full incident information
Alert Rules Tab
Alert rules define conditions that trigger alerts.
Rule Properties
| Property | Description |
|---|---|
| Name | Rule identifier |
| Source | Type of data (metric, log, event) |
| Condition | The metric or condition being monitored |
| Threshold | Value that triggers the alert |
| Window | Time period for evaluation |
| Severity | Alert severity when triggered |
| Status | Active or paused |
| Last Triggered | Time of most recent trigger |
Creating Alert Rules
- Click the Create Rule button
- Enter a rule name
- Select source type (metric, log, event)
- Choose severity level
- Specify condition and threshold
- Set evaluation window
- Configure notification targets
- Click “Create Rule”
Alert Sources
- Metric - Triggers based on numerical metrics (CPU, memory, etc.)
- Log - Triggers based on log pattern matching
- Event - Triggers based on system events
Severity Levels
- Critical - Immediate attention required
- High - Important, should be addressed soon
- Medium - Notable but not urgent
- Low - Informational, minimal impact
Managing Rules
- Toggle - Pause or activate rules
- Edit - Modify rule configuration
- Delete - Remove rules
Channels Tab
Notification channels define where alert notifications are sent.
Channel Types
| Type | Description |
|---|---|
| Send alerts to email addresses | |
| Slack | Send alerts to Slack channels |
| PagerDuty | Integrate with PagerDuty |
| Webhook | Send to custom HTTP endpoints |
Channel Properties
| Property | Description |
|---|---|
| Name | Channel identifier |
| Type | Delivery mechanism |
| Config | Type-specific configuration |
| Status | Active or inactive |
Creating Channels
- Click the Add Channel button
- Select channel type
- Configure type-specific settings
- Set status to active
- Save the channel
Managing Channels
- Activate/Deactivate - Toggle channel status
- Edit - Modify channel configuration
- Delete - Remove channel
Last updated on