|
|
@ -2055,6 +2055,7 @@ private VideoController videoController; |
|
|
|
return AjaxResult.success(resultArray); |
|
|
|
} |
|
|
|
@PostMapping("/snmpUpsAlarm") |
|
|
|
@Scheduled(cron = "20 0/30 * * * ?") |
|
|
|
public AjaxResult snmpUpsAlarm() throws IOException, HttpException { |
|
|
|
ArrayList<HashMap> objects = new ArrayList<>(); |
|
|
|
HashMap<String, String> hashMap = new HashMap<>(); |
|
|
@ -2161,7 +2162,7 @@ private VideoController videoController; |
|
|
|
} |
|
|
|
return AjaxResult.success(); |
|
|
|
} |
|
|
|
//查询机柜烟感记录
|
|
|
|
//查询UPS异常记录
|
|
|
|
@GetMapping("/dcSnmpUpsAlarmList") |
|
|
|
public TableDataInfo nmpUpsAlarmList( DcSnmpAlarm dcSnmpAlarm){ |
|
|
|
startPage(); |
|
|
|