Authored by zhengyouwei

专线告警设为200M

@@ -91,7 +91,7 @@ public class QcloudBandwidthTask { @@ -91,7 +91,7 @@ public class QcloudBandwidthTask {
91 91
92 } 92 }
93 bandwidthMapper.insert(intraffic,outtraffic); 93 bandwidthMapper.insert(intraffic,outtraffic);
94 - if (intraffic > 300000 || outtraffic > 300000){ 94 + if (intraffic > 200000 || outtraffic > 200000){
95 alarmMsgService.sendSms("bandwidth", "专线带宽使用过多,请查看" , snsMobileConfig.getBaseMobile()); 95 alarmMsgService.sendSms("bandwidth", "专线带宽使用过多,请查看" , snsMobileConfig.getBaseMobile());
96 } 96 }
97 } catch (Exception e) { 97 } catch (Exception e) {