Skip to content

Commit dbd0da3

Browse files
Update docs/integrations/microsoft-azure/kubernetes.md
Co-authored-by: Jagadisha V <[email protected]>
1 parent e80c176 commit dbd0da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/microsoft-azure/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ These alerts are metric based and will work for all Key Vaults.
342342
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
343343
|:--|:--|:--|:--|
344344
| `Azure Kubernetes Service - CPU Usage Percentage` | This alert is triggered when CPU usage percentage is greater than 95%. Also, a warning type alert will be triggered when CPU usage percentage is greater than 85%. | percentage >= 95 | percentage < 95 |
345-
| `Azure Kubernetes Service - Kube Node(s) Unreachable` | This alert is triggered when kube node(s) unreachable count greater than 1. | Count >= 1 | Count < 1 |
345+
| `Azure Kubernetes Service - Kube Node(s) Unreachable` | This alert is triggered when kube node(s) unreachable count greater than 1. | Count >= 1 | Count < 1 |
346346
| `Azure Kubernetes Service - Memory Working Set Percentage` | This alert triggers when memory working set percentage greater than 100. | percentage >= 100 | percentage < 100 |
347347
| `Azure Kubernetes Service - Node Disk Usage %` | This alert is triggered when node disk usage is greater than 80% . Also, a warning alert will be triggered when node disk usage is greater than 70%. | percentage >= 80 | percentage < 80 |
348348

0 commit comments

Comments
 (0)