Showing
1 changed file
with
3 additions
and
3 deletions
@@ -87,11 +87,11 @@ public class RedisMonitorCtrl { | @@ -87,11 +87,11 @@ public class RedisMonitorCtrl { | ||
87 | 87 | ||
88 | twemproxy.put("net", "<font color=\"#FF0000\">" + net + "</font>"); | 88 | twemproxy.put("net", "<font color=\"#FF0000\">" + net + "</font>"); |
89 | 89 | ||
90 | - twemproxy.put("twemproxyId", url); | 90 | + twemproxy.put("twemproxyId", (String) twemproxy.get("name")); |
91 | } else { | 91 | } else { |
92 | twemproxy.put("state", "OK"); | 92 | twemproxy.put("state", "OK"); |
93 | 93 | ||
94 | - twemproxy.put("twemproxyId", (String) twemproxy.get("url")); | 94 | + twemproxy.put("twemproxyId", (String) twemproxy.get("name")); |
95 | } | 95 | } |
96 | 96 | ||
97 | if (temp.size() > 1) { //业务分类相同的进行合并,先取出第一个,再将其他的合并到第一个中去,再加入到返回result中 | 97 | if (temp.size() > 1) { //业务分类相同的进行合并,先取出第一个,再将其他的合并到第一个中去,再加入到返回result中 |
@@ -131,7 +131,7 @@ public class RedisMonitorCtrl { | @@ -131,7 +131,7 @@ public class RedisMonitorCtrl { | ||
131 | 131 | ||
132 | if (StringUtils.isNotBlank(redisList)) { | 132 | if (StringUtils.isNotBlank(redisList)) { |
133 | twemproxy.put("redisList", (redisList)); | 133 | twemproxy.put("redisList", (redisList)); |
134 | - twemproxy.put("twemproxyId", (String) tempTwemproxy.get("url")); | 134 | + twemproxy.put("twemproxyId", (String) tempTwemproxy.get("name")); |
135 | } | 135 | } |
136 | 136 | ||
137 | } | 137 | } |
-
Please register or login to post a comment