diff --git a/services/Network/bastionHosts/_index.md b/services/Network/bastionHosts/_index.md new file mode 100644 index 000000000..9b57294b0 --- /dev/null +++ b/services/Network/bastionHosts/_index.md @@ -0,0 +1,6 @@ +--- +title: Azure Bastion Host +geekdocCollapseSection: true +--- + +{{< alertList name="alertList">}} diff --git a/services/Network/bastionHosts/alerts.yaml b/services/Network/bastionHosts/alerts.yaml new file mode 100644 index 000000000..496c42f8d --- /dev/null +++ b/services/Network/bastionHosts/alerts.yaml @@ -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