Skip to content

Commit

Permalink
update VMSS alert definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBarnes committed Sep 30, 2023
1 parent 87067ba commit 0f6bcd2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 70 deletions.
4 changes: 4 additions & 0 deletions docs/content/contributing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ Here is an example of an alert definition for an Azure Virtual Machine (Microsof
operator: LessThan
threshold: 1000
criterionType: StaticThresholdCriterion
verified: true
visible: true
tags:
- alz
references:
- name: Supported Metrics for Microsoft.Compute/virtualMachines
urls: https://learn.microsoft.com/azure/azure-monitor/reference/supported-metrics/microsoft-compute-virtualmachines-metrics
Expand Down
3 changes: 1 addition & 2 deletions services/Compute/virtualMachineScaleSets/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: virtualMachineScaleSets
geekdocCollapseSection: true
geekdocHidden: true
---

{{< alertList name="alertList" >}}
{{< alertList name="alertList" >}}
41 changes: 11 additions & 30 deletions services/Compute/virtualMachineScaleSets/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
by the Virtual Machine(s)
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-11764
Expand All @@ -21,7 +21,7 @@
description: Percentage of operating system disk I/Os consumed per minute
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-2994
Expand All @@ -39,7 +39,7 @@
description: Percentage of data disk I/Os consumed per minute
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-2691
Expand All @@ -58,7 +58,7 @@
(traffic going out of the VM)
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-2211
Expand All @@ -77,7 +77,7 @@
(traffic going into the VM)
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-2166
Expand All @@ -96,7 +96,7 @@
to a process or for system use in the Virtual Machine
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-1543
Expand All @@ -115,7 +115,7 @@
Machine(s) (Incoming Traffic)
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-445
Expand All @@ -139,7 +139,7 @@
(Outgoing Traffic)
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-437
Expand All @@ -162,7 +162,7 @@
description: Measure of Availability of Virtual machines over time.
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-422
Expand All @@ -181,30 +181,11 @@
values:
- '*'
threshold: 1.0
- name: Network In
description: The number of billable bytes received on all network interfaces by
the Virtual Machine(s) (Incoming Traffic) (Deprecated)
type: Metric
verified: false
visible: false
tags:
- auto-generated
- agc-361
properties:
metricName: Network In
metricNamespace: Microsoft.Compute/virtualMachineScaleSets
severity: 2
windowSize: PT5M
evaluationFrequency: PT1M
timeAggregation: Average
operator: LessThan
criterionType: StaticThresholdCriterion
threshold: 1.0
- name: Disk Read Operations/Sec
description: Disk Read IOPS
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-252
Expand All @@ -225,7 +206,7 @@
description: Disk Write IOPS
type: Metric
verified: false
visible: false
visible: true
tags:
- auto-generated
- agc-252
Expand Down
38 changes: 0 additions & 38 deletions services/Compute/virtualMachines/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -733,44 +733,6 @@
operator: GreaterThan
criterionType: StaticThresholdCriterion
threshold: 100.0
- name: Network In
description: The number of billable bytes received on all network interfaces by
the Virtual Machine(s) (Incoming Traffic) (Deprecated)
type: Metric
verified: false
visible: false
tags:
- auto-generated
- agc-3454
properties:
metricName: Network In
metricNamespace: Microsoft.Compute/virtualMachines
severity: 4
windowSize: PT5M
evaluationFrequency: PT5M
timeAggregation: Average
operator: LessThanOrEqual
criterionType: StaticThresholdCriterion
threshold: 1.0
- name: Network Out
description: The number of billable bytes out on all network interfaces by the Virtual
Machine(s) (Outgoing Traffic) (Deprecated)
type: Metric
verified: false
visible: false
tags:
- auto-generated
- agc-3451
properties:
metricName: Network Out
metricNamespace: Microsoft.Compute/virtualMachines
severity: 4
windowSize: PT5M
evaluationFrequency: PT5M
timeAggregation: Average
operator: LessThanOrEqual
criterionType: StaticThresholdCriterion
threshold: 1.0
- name: VM Cached IOPS Consumed Percentage
description: Percentage of cached disk IOPS consumed by the VM. Only available on
VM series that support premium storage.
Expand Down

0 comments on commit 0f6bcd2

Please sign in to comment.