Authored by qinchao

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

... ... @@ -109,6 +109,7 @@ public class MonitorAlarmMapperImpl extends InfluxDBQuery implements MonitorAlar
" and type != 'graphic_validate_failexceed_forbid' " +
" and type != 'watchuri.resources.simple.pice' "+
" and type != 'watchuri.watchuri.wap.index' "+
" and type != 'vm-per-net' "+
" and sms_content != 'YOHOBUY实时店铺监控系统:spark数据没写入' " +
" and sms_content != 'MonitAlarmInfo(host=10.67.1.139, service=SparkJobRunner, info=spark任务异常)' ";
// 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
" and type != 'graphic_validate_failexceed_forbid' " +
" and type != 'watchuri.resources.simple.pice' "+
" and type != 'watchuri.watchuri.wap.index' "+
" and type != 'vm-per-net' "+
" and sms_content != 'YOHOBUY实时店铺监控系统:spark数据没写入' " +
" and sms_content != 'MonitAlarmInfo(host=10.67.1.139, service=SparkJobRunner, info=spark任务异常)' ";
// String command = "SELECT count(sms_content) FROM monitor_alarm where time > now() - "+ min+"m";
... ...