Authored by jack

update

... ... @@ -104,7 +104,7 @@ public class PointBuilder {
}
DEBUG.info("Find zabbix item key {} id {} value {}", key, itemId, itemValue);
return itemValue;
}
}
... ...
... ... @@ -296,6 +296,8 @@ public class ZabbixTask implements Callable {
private Point buildPoints(String ip, List<ItemResponse.Item> items, List<HistoryResponse.HistoryItem> historyItems) {
DEBUG.info("Build point by history items {}" ,historyItems);
Point point = PointBuilder.buildPoint(type, ip, items, historyItems);
return point;
... ...