You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/monitor-vm.md
+5-21Lines changed: 5 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,28 +72,12 @@ To analyze other log data you collect from your virtual machines, use [log queri
72
72
## Alerts
73
73
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).
74
74
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 virtualmachines:
76
76
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.
0 commit comments