Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
7 years ago
Commit
90a515da8e56b883d50b86a49d50155ebeff75de
1 parent
7f5fca31
语音报警排除:'vm-per-net'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
monitor-service-influxdb/src/main/java/com/monitor/influxdb/mapper/impl/MonitorAlarmMapperImpl.java
monitor-service-influxdb/src/main/java/com/monitor/influxdb/mapper/impl/MonitorAlarmMapperImpl.java
View file @
90a515d
...
...
@@ -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";
...
...
Please
register
or
login
to post a comment