I'm using Zabbix on Solaris 11.
I have some Solaris Zones with interface aliases like this:
I created items for network utilization graphs:
But both of them aren't supported.
I tried escape colon by back-slash: iprb0\:1, but this doesn't work too.
Help me create item for this interface.
I have some Solaris Zones with interface aliases like this:
Code:
new ~ # ifconfig iprb0:1
iprb0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 46.28.88.56 netmask ffffffe0 broadcast 46.28.88.63
new ~ #
- net.if.in[iprb0:1,bytes]
- net.if.out[iprb0:1,bytes]
But both of them aren't supported.
I tried escape colon by back-slash: iprb0\:1, but this doesn't work too.
Help me create item for this interface.

Comment