Ad Widget

Collapse

How to create a generic item of network traffic for windows?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • flako
    Member
    • Sep 2011
    • 40

    #1

    How to create a generic item of network traffic for windows?

    Hello
    I'm trying to set an item in Zabbix 2.4 for recording network traffic of windows clients. Prior to using Zabbix 1.8 'net.if.out[{IPADDRESS},bytes]' but the macro '{IPADDRESS}' now does not work.

    Now I'm trying to 'net.if.discovery', but I can not set up a 'Regular expression' correct filters to retrieve only the interface that has IP (the actual desktop). For example net.if.discovery a virtual machine shows:

    Code:
    {"data":[{"{#IFNAME}":"Dispositivo Bluetooth (TDI protocolo RFCOMM)"},
    {"{#IFNAME}":"WAN Miniport (IPv6)"},
    {"{#IFNAME}":"WAN Miniport (Network Monitor)"},
    {"{#IFNAME}":"Xen Net Device Driver-WFP LightWeight Filter-0000"},
    {"{#IFNAME}":"WAN Miniport (Network Monitor)-QoS Packet Scheduler-0000"},
    {"{#IFNAME}":"WAN Miniport (IP)"},
    {"{#IFNAME}":"WAN Miniport (IP)-QoS Packet Scheduler-0000"},
    {"{#IFNAME}":"NIC de Fast Ethernet Realtek RTL8139C+"},
    {"{#IFNAME}":"WAN Miniport (IPv6)-QoS Packet Scheduler-0000"},
    {"{#IFNAME}":"Dispositivo Bluetooth (Red de área personal)"},
    {"{#IFNAME}":"Xen Net Device Driver"},
    {"{#IFNAME}":"TAP-Windows Adapter V9"},
    {"{#IFNAME}":"TAP-Windows Adapter V9-QoS Packet Scheduler-0000"},
    {"{#IFNAME}":"TAP-Windows Adapter V9-WFP LightWeight Filter-0000"},
    {"{#IFNAME}":"WAN Miniport (PPPOE)"},
    {"{#IFNAME}":"RAS Async Adapter"},
    {"{#IFNAME}":"Software Loopback Interface 1"},
    {"{#IFNAME}":"WAN Miniport (SSTP)"},
    {"{#IFNAME}":"WAN Miniport (IKEv2)"},
    {"{#IFNAME}":"WAN Miniport (L2TP)"}
    ,{"{#IFNAME}":"WAN Miniport (PPTP)"}
    ,{"{#IFNAME}":"Adaptador ISATAP de Microsoft"}
    ,{"{#IFNAME}":"Adaptador ISATAP de Microsoft #2"}
    ,{"{#IFNAME}":"Adaptador 6to4 de Microsoft"}
    ,{"{#IFNAME}":"Teredo Tunneling Pseudo-Interface"}]}

    The real is '{"{#IFNAME}":"Xen Net Device Driver"}' but with the filter' Xen Net Device Driver 'recovered two interfaces. (only one of them is what I need. Also changing Windows versions)

    My filter is: {#IFNAME}=Network Connection|administrador de paquetes|Xen Net Device Driver
    But just as defined, is not very useful and as I see it is not whether you can solve with.

    As I can create an item in a generic way to log network traffic in Zabbix 2.4?
    You may do with LLD?


    Thanks, and sorry for having used a translate
Working...