You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2023/01/06 09:25:35 UTC

[ambari] branch trunk updated: [AMBARI-25824] Fix the widget.json for the Host CPU Wait IO % (#3620)

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 <52...@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-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org