Configuring and Managing Alerts
Overview
DEX Alerts help IT teams detect and respond to user-impacting device issues before they become support escalations. You can create alert profiles for built-in DEX metrics, use sensor fields as alert inputs, combine multiple conditions with criteria patterns, and customize alert notifications for the people who need to act on them.
Use DEX Alerts when you want to:
- Monitor built-in performance and experience metrics such as CPU, memory, storage, battery, and similar endpoint health signals
- Trigger alerts from sensor fields that collect custom device data
- Define advanced multi-condition logic with criteria patterns such as (1 AND 2) or ((1 AND 2) OR 3)
- Customize notification subjects and message content with alert variables
- Draft and refine alert profiles with Zia by using natural language prompts
How Alerts Work
The alert lifecycle typically follows these steps:
- Create an alert profile and define one or more alert conditions.
- Select the metric or sensor field to evaluate and configure the threshold, aggregation, and evaluation window.
- If the profile uses multiple conditions, define the criteria pattern that controls how those conditions are evaluated together.
- Configure how often the profile is evaluated and how alert notifications should be handled.
- Deploy the alert profile to the required devices.
- When the configured criteria are met, DEX generates an alert and notifies the configured recipients.
Create an Alert Profile
To create a new alert profile:
- Go to DEX > Alerts.
- Open the Alert Profiles tab.
- Click Create Alert Profile.
- Enter a profile name and, if required, add a description.
- Add one or more alert conditions.
- Configure the trigger behavior, monitoring interval, cool off period, priority, and notification settings.
- Save the profile and deploy it to the required devices.

Metrics and Sensor Fields
Each alert condition starts with a metric selection. DEX Alerts support both built-in metrics and sensor fields.
- Built-in metrics are the standard DEX metrics available in the alert builder.
- Sensor Fields let you use values collected by sensors as alert inputs.
To use a sensor field in an alert:
- Create the required sensor and deploy it so the field begins returning values.
- Open the alert profile builder and add a condition.
- Open the metric picker and expand Sensor Fields.
- Select the required field and define the evaluation rule.
See Sensors for the sensor creation workflow.

Criteria Patterns
When you add more than one condition to an alert profile, you can define how those conditions are evaluated together by using a criteria pattern.
Common examples include:
- (1 AND 2) to trigger only when both conditions are true
- (1 OR 2) to trigger when either condition is true
- ((1 AND 2) OR 3) to mix strict and fallback conditions in a single alert profile
Use parentheses whenever you want to control precedence across more complex rules.
Alert Trigger Behavior
After defining the alert conditions, configure when the alert should be raised.
- Use the alert category and trigger options to decide whether the profile should notify for individual device events or only when a defined number of endpoints meet the criteria.
- Set the Monitoring Interval to control how often DEX evaluates the alert profile.
- Set the Cool Off Period to reduce noisy repeat notifications after an alert is generated.
- Choose the required priority so teams can triage alerts correctly.
Notifications and Actions
You can enable notifications directly from the alert profile and define the recipients who should receive them.
Use Recustomize in the notification section to edit the notification subject and body. While editing the notification template, type $ or use the Variables panel to insert supported alert variables.
To use a variable:
- Open an alert profile and enable notifications.
- Click Recustomize in the notification section.
- Edit the subject or message body.
- Type $ or choose a value from the Variables panel.
- Save the notification template and then save the alert profile.

Example Template
Example subject:
$alert.priority$ - $alert.name$ detected in $device.name$
Example message body:
| Field | Value |
| Device Name | $device.name$ |
| Remote Office | $device.remoteoffice$ |
| Logged on Users | $device.userloggedon$ |
| Domain Name | $device.domainname$ |
| Alert Profile Name | $alert.name$ |
| Alert Priority | $alert.priority$ |
| Alert Triggered Time | $alert.triggeredtime$ |
| Alert Criteria | $alert.criteria$ |
Use Ask Zia for additional Zia examples and prompt ideas.
Deploy Alert Profiles
After saving an alert profile, deploy it to the devices that should be monitored. Deployment activates the monitoring logic on the target devices, allowing DEX to start evaluating the configured rules.
Before deployment, confirm that the selected devices are reporting the required built-in metric data or sensor field values.
Alert Profiles can also be used to trigger workflow deployments automatically. To set this up, enable the workflow's deployment trigger, map the required alert profile, and then deploy the workflow in Trigger mode. For the complete steps, see Run a Workflow Automatically on an Alert (Enable Deployment Trigger).
View Generated Alerts
Generated alerts are available from the Alerts view. Use this view to:
- Review the affected device and alert priority
- Understand which metric, sensor field, or combined criteria triggered the alert
- Track when the alert was generated
- Investigate the impacted endpoints and start remediation actions
FAQ
Can I use sensor data in an alert profile?
Yes. Sensor fields can be selected from the metric picker after the relevant sensor has been created, deployed, and starts returning values.
Can I mix built-in metrics and sensor fields in the same profile?
Yes. You can create multi-condition profiles that combine built-in DEX metrics with sensor field based conditions and then control the evaluation with a criteria pattern.
Can I customize alert emails?
Yes. Use the notification customization dialog to edit the subject and body and insert supported alert variables.
Does Zia save the profile automatically?
No. Zia helps draft and refine the profile, but you should review the generated configuration before saving it.





