Overview
Alert channels define how XIMP delivers notifications when alert rules fire. Channels must be configured before creating alert rules that reference them. This page covers creating and testing all supported channel types, and configuring escalation policies for critical alerts.- XDeploy
- CLI
SMTP email alerts and webhook notifications can be configured directly in XDeploy:
Configure alert channels
Scroll to the Alert Configuration section and set the notification channels:
| Setting | Description |
|---|---|
| SMTP Server | Mail server hostname and port |
| SMTP From Address | Sender email address for alert notifications |
| SMTP Recipients | Comma-separated recipient email addresses |
| SMTP TLS Mode | TLS encryption mode (STARTTLS or SSL) |
| Webhook URL | Endpoint URL for Slack, Microsoft Teams, or custom webhooks |
Test the channels
Use the Test Email and Test Webhook buttons to verify delivery before
saving. This sends a test notification to confirm connectivity and credentials.
Prerequisites
- Administrator credentials with the
adminrole - SMTP, webhook, PagerDuty, or Slack credentials depending on the channel type
Creating Alert Channels
- Dashboard
- CLI
Configure the channel
Select the channel type and complete the required fields:
| Channel Type | Required Fields |
|---|---|
| SMTP server, port, from address, recipient list, TLS mode | |
| Webhook | URL, HTTP method, optional Authorization header |
| PagerDuty | Integration key (from PagerDuty service), severity mapping |
| Slack | Incoming webhook URL, target channel name |
| Teams | Incoming webhook URL |
Escalation Policies
Configure multi-tier escalation for critical infrastructure alerts:Navigate to Escalation Policies
Navigate to Monitoring → Alerting → Escalation Policies → New Policy.
Define escalation tiers
| Tier | Trigger | Channel | Delay |
|---|---|---|---|
| Tier 1 | Alert fires | PagerDuty on-call | Immediate |
| Tier 2 | Not acknowledged | Slack ops channel | 5 minutes |
| Tier 3 | Still unacknowledged | Page on-call manager | 15 minutes |
Channel Configuration Reference
Email (SMTP)
Email (SMTP)
Email channel configuration
PagerDuty
PagerDuty
PagerDuty channel configuration
Slack
Slack
Slack channel configuration
Next Steps
Metrics & Alerts (User Guide)
How users create alert rules that reference these channels
Alert Rules (Advanced)
Silence rules, inhibition, and escalation policy usage
Security
Dashboard access control and credential management
Troubleshooting
Diagnose channel delivery failures and SMTP connectivity issues