...
|
...
|
@@ -87,11 +87,11 @@ public class RedisMonitorCtrl { |
|
|
|
|
|
twemproxy.put("net", "<font color=\"#FF0000\">" + net + "</font>");
|
|
|
|
|
|
twemproxy.put("twemproxyId", url);
|
|
|
twemproxy.put("twemproxyId", (String) twemproxy.get("name"));
|
|
|
} else {
|
|
|
twemproxy.put("state", "OK");
|
|
|
|
|
|
twemproxy.put("twemproxyId", (String) twemproxy.get("url"));
|
|
|
twemproxy.put("twemproxyId", (String) twemproxy.get("name"));
|
|
|
}
|
|
|
|
|
|
if (temp.size() > 1) { //业务分类相同的进行合并,先取出第一个,再将其他的合并到第一个中去,再加入到返回result中
|
...
|
...
|
@@ -131,7 +131,7 @@ public class RedisMonitorCtrl { |
|
|
|
|
|
if (StringUtils.isNotBlank(redisList)) {
|
|
|
twemproxy.put("redisList", (redisList));
|
|
|
twemproxy.put("twemproxyId", (String) tempTwemproxy.get("url"));
|
|
|
twemproxy.put("twemproxyId", (String) tempTwemproxy.get("name"));
|
|
|
}
|
|
|
|
|
|
}
|
...
|
...
|
|