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-10-24 12:47:18 +0800
Commit
bf6099453a43f60f8530a9cd3fa57dda69289ea2
1 parent
57813b52
add debug info
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
monitor-service-zabbix/src/main/java/com/monitor/zabbix/impl/PointBuilder.java
monitor-service-zabbix/src/main/java/com/monitor/zabbix/impl/PointBuilder.java
View file @
bf60994
...
...
@@ -103,7 +103,8 @@ public class PointBuilder {
DEBUG
.
error
(
"Failed to find value by key {},error {}"
,
key
,
e
);
}
DEBUG
.
info
(
"Find zabbix item key {} id {} value {}"
,
key
,
itemId
,
itemValue
);
return
itemValue
;
}
}
...
...
Please
register
or
login
to post a comment