Commit 1a5f1976 authored by tangwei's avatar tangwei

修改紧急告警

parent 3790cd28
...@@ -227,7 +227,7 @@ public class SelfSupportListener extends EmqxListener implements InitializingBea ...@@ -227,7 +227,7 @@ public class SelfSupportListener extends EmqxListener implements InitializingBea
} else { } else {
Alarm alarm = new Alarm(); Alarm alarm = new Alarm();
alarm.setSourceId(eqpId+""); alarm.setSourceId(eqpId+"");
alarm.setAlarmLevel("警告告警"); alarm.setAlarmLevel("紧急告警");
alarm.setAlarmReason(""); alarm.setAlarmReason("");
alarm.setAlarmSourceIp(ipAddress+""); alarm.setAlarmSourceIp(ipAddress+"");
alarm.setAlarmSourceName(eqpName); alarm.setAlarmSourceName(eqpName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment