Fixed MSB Reg Issues 09/71109/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Wed, 24 Oct 2018 00:45:24 +0000 (08:45 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Wed, 24 Oct 2018 00:45:24 +0000 (08:45 +0800)
Change-Id: I72c88fd9b98627e5a2b89927357083be342e4c6c
Issue-ID: HOLMES-175
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
rulemgt/src/main/java/org/onap/holmes/rulemgt/RuleActiveApp.java

index cd346de..5c38170 100644 (file)
@@ -86,7 +86,7 @@ public class RuleActiveApp extends IOCApplication<RuleAppConfig> {
         Set<Node> nodes = new HashSet<>();
         Node node = new Node();
         node.setIp(serviceAddrInfo[0]);
-        node.setPort(serviceAddrInfo[1]);
+        node.setPort("9101");
         node.setCheckType("HTTP");
         node.setCheckUrl(String.format("https://%s:%s/api/holmes-rule-mgmt/v1/healthcheck", serviceAddrInfo[0], "9101"));
         node.setCheckTimeOut("60s");