Commit 4cfada5b authored by 耿迪迪's avatar 耿迪迪

监控配置修改

parent c47b1657
...@@ -52,7 +52,7 @@ public class SaticScheduleTask { ...@@ -52,7 +52,7 @@ public class SaticScheduleTask {
private void compareReportDate(Date reportDate,String company){ private void compareReportDate(Date reportDate,String company){
long period = System.currentTimeMillis() - reportDate.getTime(); long period = System.currentTimeMillis() - reportDate.getTime();
//超过五分钟未发送数据发送短信报警 //超过五分钟未发送数据发送短信报警
if(5 < period/(60 * 1000)){ if(15 < period/(60 * 1000)){
//如未及时处理没半小时发送一次短信 //如未及时处理没半小时发送一次短信
if(!dynamicTask.isExist(company)){ if(!dynamicTask.isExist(company)){
//发送短信 //发送短信
......
...@@ -28,6 +28,6 @@ sendSmsUrl: http://36.148.23.59:8801/sms/sendBatchSms ...@@ -28,6 +28,6 @@ sendSmsUrl: http://36.148.23.59:8801/sms/sendBatchSms
#通知号码 #通知号码
secretKey: f225e66813e6d6a663daf919c1935dcb secretKey: f225e66813e6d6a663daf919c1935dcb
phoneNums: 13930125936,13315145077 phoneNums: 13930125936,13315145077,18032932808
signName: 泽宏云 signName: 泽宏云
templateCode: SMS_221736528 templateCode: SMS_221736528
\ No newline at end of file
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