This is an automated email from the ASF dual-hosted git repository.

wuzhiguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4d8a031be7 [AMBARI-25824] Fix the widget.json for the Host CPU Wait IO 
% (#3620)
4d8a031be7 is described below

commit 4d8a031be7cf319c4d89bd9a828d4ab78d4a9603
Author: Ravuri Sushma Sree <52403902+sushmasree...@users.noreply.github.com>
AuthorDate: Fri Jan 6 14:55:26 2023 +0530

    [AMBARI-25824] Fix the widget.json for the Host CPU Wait IO % (#3620)
---
 ambari-server/src/main/resources/widgets.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-server/src/main/resources/widgets.json 
b/ambari-server/src/main/resources/widgets.json
index 54e523ebac..71f2c61701 100644
--- a/ambari-server/src/main/resources/widgets.json
+++ b/ambari-server/src/main/resources/widgets.json
@@ -80,8 +80,8 @@
           ],
           "values": [
             {
-              "name": "Host Memory Used %",
-              "value": "${cpu_wio*100}"
+              "name": "Host CPU Wait IO %",
+              "value": "${cpu_wio}"
             }
           ],
           "properties": {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org
For additional commands, e-mail: commits-h...@ambari.apache.org

Reply via email to