Showing
1 changed file
with
2 additions
and
2 deletions
@@ -2,8 +2,8 @@ package com.monitor.zabbix.enums; | @@ -2,8 +2,8 @@ package com.monitor.zabbix.enums; | ||
2 | 2 | ||
3 | public enum NetIfEnum { | 3 | public enum NetIfEnum { |
4 | 4 | ||
5 | - NET_IF_IN("net.if.in[eth1]"), | ||
6 | - NET_IF_OUT("net.if.out[eth1]"); | 5 | + NET_IF_IN("net.if.in[eth0]"), |
6 | + NET_IF_OUT("net.if.out[eth0]"); | ||
7 | 7 | ||
8 | private String key; | 8 | private String key; |
9 | 9 |
-
Please register or login to post a comment