Skip to content

Commit 1d159cd

Browse files
committed
alerts
1 parent 3d46d22 commit 1d159cd

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

articles/virtual-machines/monitor-vm.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -72,28 +72,12 @@ To analyze other log data you collect from your virtual machines, use [log queri
7272
## Alerts
7373
Azure Monitor alerts proactively notify you when important conditions are found in your monitoring data. They allow you to identify and address issues in your system before your customers notice them. You can set alerts on [metrics](/azure/azure-monitor/platform/alerts-metric-overview), [logs](/azure/azure-monitor/platform/alerts-unified-log), and the [activity log](/azure/azure-monitor/platform/activity-log-alerts).
7474

75-
The following sections identify common and recommended alert rules for Azure virtual machines. See [Monitor virtual machines with Azure Monitor: Alerts](../azure-monitor/vm/monitor-virtual-machine-alerts.md) for more detail and additional alerting conditions. Also, see [Monitor virtual machines with Azure Monitor: Workloads](../azure-monitor/vm/monitor-virtual-machine-workloads.md) for data you can collect from workloads running on virtual machines that you can leverage for alerting.
75+
Multiple resources are available describing alerts for Azure virtual machines:
7676

77-
### Metric alert rules
78-
If you're not familiar with creating metric alert rules, see [Tutorial: Create a metric alert in Azure Monitor](../azure-monitor/alerts/tutorial-metric-alert.md). The following table lists common metric alerts used for virtual machines.
79-
80-
| Type | Description | Metric |
81-
|:---|:---|:---|
82-
| Host | Processor utilization | Percentage CPU |
83-
| Windows Guest | Available memory | Memory % Committed Bytes in Use |
84-
| Linux Guest | | mem/available_percent |
85-
| Windows Guest | Available disk space | \Logical Disk(_Total)% Free Space |
86-
| Linux Guest | | disk/free_percent |
87-
88-
89-
### Log alert rules
90-
If you're not familiar with creating log query alert rules, see [Tutorial: Create a log query alert in Azure Monitor](../azure-monitor/alerts/tutorial-metric-alert.md).
91-
92-
For common log alert rules, see the **Queries** in Log Analytics for **Resource type** of *Virtual machines* and type of **Alerts**. Examples of alert queries include the following:
93-
94-
- Not reporting VMs
95-
- Windows failed logins
96-
- Members added to security groups
77+
- See [Create alert when Azure virtual machine is unavailable](../azure-monitor/vm/tutorial-monitor-vm-alert.md) for a tutorial on creating a log query alert for when a virtual machine is unresponsive.
78+
- See [Monitor virtual machines with Azure Monitor: Alerts](../azure-monitor/vm/monitor-virtual-machine-alerts.md) for common alert rules for virtual machines.
79+
- See [Monitor virtual machines with Azure Monitor: Workloads](../azure-monitor/vm/monitor-virtual-machine-workloads.md) for data you can collect from workloads running on virtual machines that you can leverage for alerting.
80+
- For common log alert rules, see the **Queries** in Log Analytics for **Resource type** of *Virtual machines* and type of **Alerts**. See [Create a log query alert for an Azure resource](../azure-monitor/alerts/tutorial-log-alert.md) for a tutorial on creating a log query alert rule.
9781

9882

9983
## Next steps

0 commit comments

Comments
 (0)