|
@@ -1,6 +1,5 @@
|
|
|
package com.sig.ggits.comm.server.controller;
|
|
package com.sig.ggits.comm.server.controller;
|
|
|
|
|
|
|
|
-import com.its.common.cluster.vo.ClusterNET;
|
|
|
|
|
import com.its.common.cluster.vo.ClusterNode;
|
|
import com.its.common.cluster.vo.ClusterNode;
|
|
|
import com.its.common.utils.TimeUtils;
|
|
import com.its.common.utils.TimeUtils;
|
|
|
import com.sig.ggits.comm.server.cluster.ClusterConfig;
|
|
import com.sig.ggits.comm.server.cluster.ClusterConfig;
|
|
@@ -86,7 +85,7 @@ public class GgitsCommServerRestController {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
String commStts = center.isCommOnline() ? "Online" : "Offline";
|
|
String commStts = center.isCommOnline() ? "Online" : "Offline";
|
|
|
- sb.append(String.format("%3d c%6d%7d %-7.7s %-19.19s %s",
|
|
|
|
|
|
|
+ sb.append(String.format("%3d %6.6s %6s%6d%7d %-7.7s %-19.19s %s",
|
|
|
ii++,
|
|
ii++,
|
|
|
center.getClusterId() + "/" + center.getRealClusterId(),
|
|
center.getClusterId() + "/" + center.getRealClusterId(),
|
|
|
center.getRegionCd(),
|
|
center.getRegionCd(),
|