-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from heoelri/add-bastionhosts
Add alerts for `Microsoft.Network/bastionHosts`
- Loading branch information
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Azure Bastion Host | ||
geekdocCollapseSection: true | ||
--- | ||
|
||
{{< alertList name="alertList">}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
- name: Bastion Communication Status | ||
description: Communication status shows 1 if all communication is good and 0 if its bad. | ||
type: Metric | ||
verified: false | ||
visible: false | ||
properties: | ||
metricName: pingmesh | ||
metricNamespace: Microsoft.Network/bastionHosts | ||
severity: 2 | ||
windowSize: PT5M | ||
evaluationFrequency: PT5M | ||
timeAggregation: Average | ||
operator: LessThan | ||
threshold: 1 | ||
criterionType: StaticThresholdCriterion | ||
references: | ||
- name: Supported metrics for microsoft.network/bastionHosts | ||
urls: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-network-bastionhosts-metrics | ||
- name: CPU Usage | ||
description: CPU Usage stats. | ||
type: Metric | ||
verified: false | ||
visible: false | ||
properties: | ||
metricName: usage_user | ||
metricNamespace: Microsoft.Network/bastionHosts | ||
severity: 3 | ||
windowSize: PT5M | ||
evaluationFrequency: PT5M | ||
timeAggregation: Average | ||
operator: GreaterThan | ||
threshold: 85 | ||
criterionType: StaticThresholdCriterion | ||
references: | ||
- name: Supported metrics for microsoft.network/bastionHosts | ||
urls: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-network-bastionhosts-metrics | ||
- name: Memory Usage | ||
description: Memory Usage stats. | ||
type: Metric | ||
verified: false | ||
visible: false | ||
properties: | ||
metricName: used | ||
metricNamespace: Microsoft.Network/bastionHosts | ||
severity: 3 | ||
windowSize: PT5M | ||
evaluationFrequency: PT5M | ||
timeAggregation: Average | ||
operator: GreaterThan | ||
threshold: 85 | ||
criterionType: StaticThresholdCriterion | ||
references: | ||
- name: Supported metrics for microsoft.network/bastionHosts | ||
urls: https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-network-bastionhosts-metrics |