...
|
...
|
@@ -104,7 +104,7 @@ public class GatewayMonitorTask { |
|
|
change="上升";
|
|
|
}
|
|
|
//报警
|
|
|
alarmMsgService.sendSms("service_exception","gateway流量变化异常,最近2分钟"+change+" "+df.format(abs)+ ",变化率 "+df.format(compareAbs*100)+"% influxdb :"+influxdbName,mobile);
|
|
|
alarmMsgService.sendSms("service_exception","gateway流量变化异常,最近2分钟"+change+" "+df.format(abs)+ ",变化率 "+df.format(compareAbs*100)+"%, influxdb :"+influxdbName,mobile);
|
|
|
return ;
|
|
|
}
|
|
|
}
|
...
|
...
|
|