...
|
...
|
@@ -181,7 +181,7 @@ public class ZabbixAlarm { |
|
|
|
|
|
List<ZabbixItemInfo> itemInfoList = itemMapper.queryItemInfo(idList);
|
|
|
|
|
|
DEBUG.info("Found id to items info {}", itemInfoList);
|
|
|
DEBUG.debug("Found id to items info {}", itemInfoList);
|
|
|
|
|
|
for (ZabbixItemInfo itemInfo : itemInfoList) {
|
|
|
CopyOnWriteArrayList<ZabbixItemInfo> itemInfos = Constants.ZABBIXALARMITEMMAP.get(itemInfo.getHostId());
|
...
|
...
|
|