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 13:01:34 +0800
Commit
398e02e8ca7f236b31c2c21b911a40a4c9daa454
1 parent
94516e19
item history信息全部获取
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-service-zabbix/src/main/java/com/monitor/zabbix/model/HistoryRequest.java
monitor-service-zabbix/src/main/java/com/monitor/zabbix/model/HistoryRequest.java
View file @
398e02e
...
...
@@ -25,7 +25,7 @@ public class HistoryRequest extends ZabbixRequest {
public
static
class
Params
{
String
hostids
;
String
[]
output
=
{
"itemid"
,
"value"
}
;
String
output
=
"extend"
;
Integer
history
=
3
;
...
...
Please
register
or
login
to post a comment