Authored by jack

修改rabbitmq 监控状态

@@ -94,8 +94,9 @@ public class OverViewJob implements Callable { @@ -94,8 +94,9 @@ public class OverViewJob implements Callable {
94 } 94 }
95 95
96 if (null != oneView) { 96 if (null != oneView) {
97 -  
98 InterVar.overViewMaps.put(moId, overViewModel); 97 InterVar.overViewMaps.put(moId, overViewModel);
  98 + } else {
  99 + InterVar.overViewMaps.get(moId).setState(overViewModel.getState());
99 } 100 }
100 101
101 DEBUG.info("End to execute over view job in moid {}", this.moId); 102 DEBUG.info("End to execute over view job in moid {}", this.moId);