Ad Widget

Collapse

Can't add item for net.if

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cirroz
    Junior Member
    • Nov 2011
    • 1

    #1

    Can't add item for net.if

    I'm using Zabbix on Solaris 11.
    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 ~ #
    I created items for network utilization graphs:
    • 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.
  • elvar
    Senior Member
    • Feb 2008
    • 226

    #2
    Originally posted by cirroz
    I'm using Zabbix on Solaris 11.
    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 ~ #
    I created items for network utilization graphs:
    • 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.

    I'm having this problem as well. I had this issue in Zabbix 1.8.5 and even after upgrading to 1.8.9 I'm still having this problem.


    Regards,

    Comment

    • ramasik
      Junior Member
      • Feb 2012
      • 19

      #3
      i'm have the same problem
      and don't know what to do...

      Solaris 11, zabbix 1.8.9

      interfaces net0:1 and net1:1 - zbx_notsupported

      Comment

      • mma
        Member
        • Apr 2010
        • 39

        #4
        Old issue but it's (very?) common to have virtual interface as eth0:0.
        I try with macro, it failed, try to escape, failed too.

        Have you any solution to monitoring virtual interface with colon ?

        Comment

        Working...