修改系统监控-监控项历史数据
This commit is contained in:
parent
4f30f693e4
commit
75929c4c8a
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user