agentd returns octets (bytes) in/out for any other type of interface: ixgbe, igb, bnx under OmniOS (Illumos/Solaris offshoot), but always returns 0 for Emulex oceN devices Device path is exactly as would be for the Intel interfaces (;dev/oce0, /dev/oce1, /dev/ixgbe0, etc)).
Item key, type agent, is: net.if.in[oce0,bytes]
> zabbix_get -s myhost -k"net.if.in[oce0,bytes]"
0
> zabbix_get -s otherhost -k"net.if.out[ixgbe0,bytes]"
22265593295566
thanks
Item key, type agent, is: net.if.in[oce0,bytes]
> zabbix_get -s myhost -k"net.if.in[oce0,bytes]"
0
> zabbix_get -s otherhost -k"net.if.out[ixgbe0,bytes]"
22265593295566
thanks
ce0:*bytes*
Comment