...
|
...
|
@@ -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;
|
...
|
...
|
|