Authored by jack.xue

剔除不存在的监控对象

... ... @@ -44,6 +44,8 @@ public class NginxScanTask {
}
}
InterVar.moMaps.clear();
for (MObjectInfo info : mObjectInfoList) {
InterVar.moMaps.put(info.getMoId(), info);
... ...