Skip to content

Commit 1bf042f

Browse files
added monitors
1 parent 4996e97 commit 1bf042f

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

docs/integrations/microsoft-azure/azure-application-gateway.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,17 @@ import AppUninstall from '../../reuse/apps/app-uninstall.md';
168168

169169
<AppUninstall/>
170170

171+
### Azure Application Gateway alerts
172+
These alerts are metric based and will work for all Azure Application Gateways.
173+
174+
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
175+
|:-----------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------|:------------------|
176+
| `Azure Application Gateway - Current Capacity Units` | This alert is triggered when Average Capacity Units count is greater than 75. Also, a warning type alert will be triggered when Average Capacity Units count is greater than 65. | percentage >= 75 | percentage < 75 |
177+
| `Azure Application Gateway - Current Compute Units` | This alert is triggered when Average Compute Units count is greater than 75. Also, a warning type alert will be triggered when Average Compute Units count is greater than 65. | percentage >= 75 | percentage < 75 |
178+
| `Azure Application Gateway - Failed Requests` | This alert is triggered when Failed Requests count greater than 1. | Count >= 1 | Count < 1 |
179+
| `Azure Application Gateway - Healthy Host Count` | This alert is triggered when Healthy Host Count is less than 1. | Count < 1 | Count >= 1 |
180+
| `Azure Application Gateway - UnHealthy Host Count` | This alert is triggered when UnHealthy Host Count is greater than 1 | Count >= 1 | Count < 1 |
181+
171182
## Troubleshooting
172183

173184
### HTTP Logs and Metrics Source used by Azure Functions

docs/integrations/microsoft-azure/azure-load-balancer.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,16 @@ Use this dashboard to:
135135

136136
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/AzureLoadBalancer/Azure-Load-Balancer-Policy.png')} alt="Azure Load Balancer Policy" style={{border: '1px solid gray'}} width="800" />
137137

138+
### Azure Load Balancer alerts
139+
These alerts are metric based and will work for all Azure Load Balancers.
140+
141+
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
142+
|:------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------|:------------------|
143+
| `Azure Load Balancer - Data Path Availability` | This alert is triggered when Data Path Availability is less than 100%. | percentage < 100 | percentage >= 100 |
144+
| `Azure Load Balancer - Health Probe Status` | This alert is triggered when Health Probe Status is less than 100%. | percentage < 100 | percentage >= 100 |
145+
| `Azure Load Balancer - SNAT Connection Count` | This alert is triggered when SNAT Connection count less than 1000. Also Working alert is triggered when SNAT Connection count less than 800 | Count < 1000 | Count >= 1000 |
146+
| `Azure Load Balancer - Used SNAT Ports` | This alert is triggered when Used SNAT Ports count less than 900. Also Working alert is triggered when Used SNAT Ports count less than 800 | Count < 900 | Count >= 900 |
147+
138148
## Troubleshooting
139149

140150
### HTTP Logs and Metrics Source used by Azure Functions

docs/integrations/microsoft-azure/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ The **Azure Kubernetes Service - Node Memory** dashboard provides insights about
386386

387387
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/AzureKubernetesService/Azure-Kubernetes-Service-Node-Memory.png')} alt="Azure Kubernetes Service - Node Memory" />
388388

389-
### Azure Key Vaults alerts
390-
These alerts are metric based and will work for all Key Vaults.
389+
### Azure Kubernetes Service alerts
390+
These alerts are metric based and will work for all Azure Kubernetes Managed Clusters.
391391

392392
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
393393
|:--|:--|:--|:--|

0 commit comments

Comments
 (0)