Skip to content

Commit b23b32e

Browse files
SUMO-255292 | Apoorv | Add. Azure VM Monitors/Alerts
1 parent b23b056 commit b23b32e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/integrations/microsoft-azure/azure-virtual-machine.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,15 @@ The **Azure VM - Temp Disk** dashboard provides details on the operational activ
155155

156156
import CreateMonitors from '../../reuse/apps/create-monitors.md';
157157

158-
<CreateMonitors/>
158+
<CreateMonitors/>
159+
160+
### Azure Virtual Machine alerts
161+
These alerts are metric based and will work for all Virtual Machine.
162+
163+
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
164+
|:--------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------|:-----------------|:------------------|
165+
| `Azure Virtual Machine - Available Memory Monitor` | This alert is triggered when memory drops under 1GB are detected for any VM. | Count < 1 | Count >= 1 |
166+
| `Azure Virtual Machine - CPU Usage Percentage Monitor` | This alert is triggered when CPU usage spikes above 80% are detected for any VM. | Count >= 80 | Count < 80 |
167+
| `Azure Virtual Machine - Availabilty Monitor` | This alert is triggered when VM Availability drops under 100% are detected for any VM. | Count < 1 | Count = 1 |
168+
| `Azure Virtual Machine - Data Disk IOPs Consumed Monitor` | This alert is triggered when Data Disk IOPs consumption percentage spikes above 95% are detected for any VM. | Count > 95 | Count =< 95 |
169+
| `Azure Virtual Machine - OS Disk IOPs Consumed Monitor` | This alert is triggered when OS Disk IOPs consumption percentage spikes above 95% are detected for any VM. | Count > 95 | Count =< 95 |

0 commit comments

Comments
 (0)