Showing
1 changed file
with
1 additions
and
1 deletions
@@ -104,7 +104,7 @@ public class GatewayMonitorTask { | @@ -104,7 +104,7 @@ public class GatewayMonitorTask { | ||
104 | change="上升"; | 104 | change="上升"; |
105 | } | 105 | } |
106 | //报警 | 106 | //报警 |
107 | - alarmMsgService.sendSms("service_exception","gateway流量变化异常,最近2分钟"+change+" "+df.format(abs)+ ",变化率 "+df.format(compareAbs*100)+"% influxdb :"+influxdbName,mobile); | 107 | + alarmMsgService.sendSms("service_exception","gateway流量变化异常,最近2分钟"+change+" "+df.format(abs)+ ",变化率 "+df.format(compareAbs*100)+"%, influxdb :"+influxdbName,mobile); |
108 | return ; | 108 | return ; |
109 | } | 109 | } |
110 | } | 110 | } |
-
Please register or login to post a comment