From b91cc50d7cdc07e6ded2e29002750632944b9b12 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Fri, 9 Aug 2019 17:22:53 -0700 Subject: [PATCH] Add info to out-of-the-box alerts page --- .../cluster-admin/tools/alerts/default-alerts/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/rancher/v2.x/en/cluster-admin/tools/alerts/default-alerts/_index.md b/content/rancher/v2.x/en/cluster-admin/tools/alerts/default-alerts/_index.md index 9ee8043da33..ce7a4e28083 100644 --- a/content/rancher/v2.x/en/cluster-admin/tools/alerts/default-alerts/_index.md +++ b/content/rancher/v2.x/en/cluster-admin/tools/alerts/default-alerts/_index.md @@ -41,11 +41,11 @@ The [scheduler](https://kubernetes.io/docs/reference/command-line-tools-referenc # Alerts for Events -Events can trigger alerts. +Kubernetes events are objects that provide insight into what is happening inside a cluster, such as what decisions were made by the scheduler or why some pods were evicted from the node. In the Rancher UI, from the project view, you can see events for each workload. | Alert | Explanation | |-------|-------------| -| Get warning deployment event | A warning alert is triggered by a deployment event happens. | +| Get warning deployment event | A warning alert is triggered by a warning event happens on a deployment. | # Alerts for Node @@ -62,5 +62,5 @@ When you enable monitoring for the project, some project-level alerts are provid | Alert | Explanation | |-------|-------------| -| Less than half workload available | A critical alert is triggered if less than half of a workload is available, based on workloads where the key is `app` and the value is `workload.` | -| Memory usage close to the quota | A warning alert is triggered if the project's memory usage exceeds the memory resource limits for the project. | +| Less than half workload available | A critical alert is triggered if less than half of a workload is available, based on workloads where the key is `app` and the value is `workload`. | +| Memory usage close to the quota | A warning alert is triggered if the project's memory usage exceeds the memory resource quota that is set for the workload. You can see the memory limit in the Rancher UI if you go to the workload under the **Security & Host Config** tab. | \ No newline at end of file