diff --git a/jeecg-module-abnormal-alarm/src/main/java/org/jeecg/modules/controller/SystemMonitorController.java b/jeecg-module-abnormal-alarm/src/main/java/org/jeecg/modules/controller/SystemMonitorController.java index ab40b2b4..a07493d7 100644 --- a/jeecg-module-abnormal-alarm/src/main/java/org/jeecg/modules/controller/SystemMonitorController.java +++ b/jeecg-module-abnormal-alarm/src/main/java/org/jeecg/modules/controller/SystemMonitorController.java @@ -67,16 +67,10 @@ public class SystemMonitorController { @RequestParam Integer itemType, @RequestParam String start, @RequestParam String end) { - //region OLD - // String token = ManageUtil.getToken(); - // return monitorAlarm.itemData(itemId, itemType, start, end, token); - //endregion - // 执行查询 //查找监控服务器IP - String instance = "172.21.170.11" + ":9100"; Result response = monitorService.queryCpuHistoryData( - itemId, itemType, start, end, instance); + itemId, itemType, start, end); return response;