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-12 14:44:02 +0800
Commit
8123c923339590a0c9c3dcc21e043300daefcfac
1 parent
4cb5fc90
update eth
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
monitor-service-zabbix/src/main/java/com/monitor/zabbix/enums/NetIfEnum.java
monitor-service-zabbix/src/main/java/com/monitor/zabbix/enums/NetIfEnum.java
View file @
8123c92
...
...
@@ -2,8 +2,8 @@ package com.monitor.zabbix.enums;
public
enum
NetIfEnum
{
NET_IF_IN
(
"net.if.in[eth1]"
),
NET_IF_OUT
(
"net.if.out[eth1]"
);
NET_IF_IN
(
"net.if.in[eth0]"
),
NET_IF_OUT
(
"net.if.out[eth0]"
);
private
String
key
;
...
...
Please
register
or
login
to post a comment