Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CPU, Memory, and Storage usage alerts for AVS private clouds #344

Merged
merged 3 commits into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 110 additions & 0 deletions services/AVS/privateClouds/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,113 @@
- '*'
threshold: 80.0
guid: b9f2fe91-023a-443c-b376-b12f0cd5d965
- name: CPU
description: CPU Usage per Cluster
type: Metric
verified: false
visible: true
tags:
- avs-landingzone
properties:
metricName: EffectiveCpuAverage
metricNamespace: Microsoft.AVS/privateClouds
severity: 2
windowSize: PT30M
evaluationFrequency: PT5M
timeAggregation: Average
operator: GreaterThan
criterionType: StaticThresholdCriterion
dimensions:
- operator: include
name: clustername
values:
- '*'
threshold: 80.0
- name: CPUCritical
description: CPU Usage per Cluster (Critical)
type: Metric
verified: false
visible: true
tags:
- avs-landingzone
properties:
metricName: EffectiveCpuAverage
metricNamespace: Microsoft.AVS/privateClouds
severity: 0
windowSize: PT30M
evaluationFrequency: PT5M
timeAggregation: Average
operator: GreaterThan
criterionType: StaticThresholdCriterion
dimensions:
- operator: include
name: clustername
values:
- '*'
threshold: 95.0
- name: Memory
description: Memory Usage per Cluster
type: Metric
verified: false
visible: true
tags:
- avs-landingzone
properties:
metricName: UsageAverage
metricNamespace: Microsoft.AVS/privateClouds
severity: 2
windowSize: PT30M
evaluationFrequency: PT5M
timeAggregation: Average
operator: GreaterThan
criterionType: StaticThresholdCriterion
dimensions:
- operator: include
name: clustername
values:
- '*'
threshold: 80.0
- name: MemoryCritical
description: Memory Usage per Cluster (Critical)
type: Metric
verified: false
visible: true
tags:
- avs-landingzone
properties:
metricName: UsageAverage
metricNamespace: Microsoft.AVS/privateClouds
severity: 0
windowSize: PT30M
evaluationFrequency: PT5M
timeAggregation: Average
operator: GreaterThan
criterionType: StaticThresholdCriterion
dimensions:
- operator: include
name: clustername
values:
- '*'
threshold: 95.0
- name: Storage
description: Storage Usage per Datastore
type: Metric
verified: false
visible: true
tags:
- avs-landingzone
properties:
metricName: DiskUsedPercentage
metricNamespace: Microsoft.AVS/privateClouds
severity: 2
windowSize: PT30M
evaluationFrequency: PT5M
timeAggregation: Average
operator: GreaterThan
criterionType: StaticThresholdCriterion
dimensions:
- operator: include
name: dsname
values:
- '*'
threshold: 70.0