@@ -1,7 +1,3 @@
-spring:
- profiles:
- active: prod
-
server:
port: 9873
port: 9874
port: 9871
@@ -12,6 +8,8 @@ application:
bootstrap-servers: 192.168.11.23:9092
enable-node: false
enable-sig: false
+ white-list-ips:
+ - 192.168.10.9
logging:
file:
port: 9872
@@ -89,7 +89,7 @@ public class GgitsCommServerRestController {
total++;
String commStts = "Offline";
if (center.isCommOnline()) {
- commStts = "Online-";
+ commStts = " Online";
onLine++;
if (center.getRealClusterId() == 1) {
node1++;
@@ -55,7 +55,7 @@ public class GgitsTsinfoServerRestController {
if (center.isCommOnline(this.config.getCommFailSeconds())) {
}
sb.append(String.format("%3d %6.6s%6d%7d %-7.7s %-19.19s %-19.19s %s",