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
jack
2016-11-03 11:27:20 +0800
Commit
ad1b0d2da60422b2003c49c6ff2896b97840af79
1 parent
af86c8d5
zabbix未配置,bug修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
monitor-service-zabbix/src/main/java/com/monitor/zabbix/service/ZabbixIpTask.java
monitor-service-zabbix/src/main/java/com/monitor/zabbix/service/ZabbixIpTask.java
View file @
ad1b0d2
...
...
@@ -115,6 +115,11 @@ public class ZabbixIpTask implements Callable {
Integer
id
=
Constants
.
HOSTIP_TO_IDS
.
get
(
ip
);
//未配置zabbix,则放过
if
(
null
==
id
)
{
continue
;
}
if
(
Constants
.
HOSTID_TO_ITEMS
.
containsKey
(
id
))
{
continue
;
}
...
...
Please
register
or
login
to post a comment