Authored by qinchao

语音报警排除:'vm-per-net'

@@ -109,6 +109,7 @@ public class MonitorAlarmMapperImpl extends InfluxDBQuery implements MonitorAlar @@ -109,6 +109,7 @@ public class MonitorAlarmMapperImpl extends InfluxDBQuery implements MonitorAlar
109 " and type != 'graphic_validate_failexceed_forbid' " + 109 " and type != 'graphic_validate_failexceed_forbid' " +
110 " and type != 'watchuri.resources.simple.pice' "+ 110 " and type != 'watchuri.resources.simple.pice' "+
111 " and type != 'watchuri.watchuri.wap.index' "+ 111 " and type != 'watchuri.watchuri.wap.index' "+
  112 + " and type != 'vm-per-net' "+
112 " and sms_content != 'YOHOBUY实时店铺监控系统:spark数据没写入' " + 113 " and sms_content != 'YOHOBUY实时店铺监控系统:spark数据没写入' " +
113 " and sms_content != 'MonitAlarmInfo(host=10.67.1.139, service=SparkJobRunner, info=spark任务异常)' "; 114 " and sms_content != 'MonitAlarmInfo(host=10.67.1.139, service=SparkJobRunner, info=spark任务异常)' ";
114 // String command = "SELECT count(sms_content) FROM monitor_alarm where time > now() - "+ min+"m"; 115 // String command = "SELECT count(sms_content) FROM monitor_alarm where time > now() - "+ min+"m";
@@ -126,6 +127,7 @@ public class MonitorAlarmMapperImpl extends InfluxDBQuery implements MonitorAlar @@ -126,6 +127,7 @@ public class MonitorAlarmMapperImpl extends InfluxDBQuery implements MonitorAlar
126 " and type != 'graphic_validate_failexceed_forbid' " + 127 " and type != 'graphic_validate_failexceed_forbid' " +
127 " and type != 'watchuri.resources.simple.pice' "+ 128 " and type != 'watchuri.resources.simple.pice' "+
128 " and type != 'watchuri.watchuri.wap.index' "+ 129 " and type != 'watchuri.watchuri.wap.index' "+
  130 + " and type != 'vm-per-net' "+
129 " and sms_content != 'YOHOBUY实时店铺监控系统:spark数据没写入' " + 131 " and sms_content != 'YOHOBUY实时店铺监控系统:spark数据没写入' " +
130 " and sms_content != 'MonitAlarmInfo(host=10.67.1.139, service=SparkJobRunner, info=spark任务异常)' "; 132 " and sms_content != 'MonitAlarmInfo(host=10.67.1.139, service=SparkJobRunner, info=spark任务异常)' ";
131 // String command = "SELECT count(sms_content) FROM monitor_alarm where time > now() - "+ min+"m"; 133 // String command = "SELECT count(sms_content) FROM monitor_alarm where time > now() - "+ min+"m";