Ad Widget

Collapse

monitoring virtual interface eth0:1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nitram
    Junior Member
    • Feb 2009
    • 1

    #1

    monitoring virtual interface eth0:1

    Hi,

    I have the following problem: I'd like to monitor a created virtual interface eth0:1 on a Linux Debian OS. In zabbix, I get for the following message "not supported" in the "Status" column. What did i wrong, I tried several types of syntax.

    "net.if.in[eth0:1,bytes]"
    "net.if.in[eth01,bytes]"

    Is it possible to monitor this type of Interface? BTW I'm using zabbix 1.6.2.
    Hope you can help me.
  • sterno
    Junior Member
    • Jan 2006
    • 24

    #2
    I don't think the kernel normally keeps any stats for individual interface aliases.

    Comment

    • troffasky
      Senior Member
      • Jul 2008
      • 567

      #3
      You'll notice from the output of 'ifconfig' or 'ip -s link' that stats aren't kept for interface aliases. You may need to install some specific IP accounting software to get stats per IP.

      Comment

      Working...