Authored by jack

修改rabbitmq 监控状态

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