Ad Widget

Collapse

How to remove duplicated interface - WFP, QoS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • psaux9
    Junior Member
    • May 2017
    • 3

    #1

    How to remove duplicated interface - WFP, QoS

    my zabbix monitors windows servers that uses kaspersky and when the network interface is discovered its added multiple times. As:

    PHP Code:
        Incoming network traffic on Realtek PCIe GBE Family Controller    2017-08-05 19:40:17    22.24 Kbps    -3.12 Kbps    Graph
        Incoming network traffic on Realtek PCIe GBE Family Controller
    -Kaspersky Lab NDIS 6 Filter-0000    2017-08-05 19:40:00    30.81 Kbps    +8.69 Kbps    Graph
        Incoming network traffic on Realtek PCIe GBE Family Controller
    -QoS Packet Scheduler-0000    2017-08-05 19:40:01    30.74 Kbps    +8.55 Kbps    Graph
        Incoming network traffic on Realtek PCIe GBE Family Controller
    -WFP 802.3 MAC Layer LightWeight Filter-0000    2017-08-05 19:40:02    30.81 Kbps    +9.1 Kbps    Graph
        Incoming network traffic on Realtek PCIe GBE Family Controller
    -WFP Native MAC Layer LightWeight Filter-0000 
    How can i keep just the main one ?
  • cesarsj
    Senior Member
    • Dec 2018
    • 154

    #2
    Log in as super administrator in Zabbix, go to Administration -> General and select from the Regular Expressions drop down menu. If there is already the regular expression 'Network interfaces for discovery', add the filters with expressions 'WFP' and 'QoS', are type Result is FALSE and Case sensitive marked. Click on Update.

    I hope I was helpfull. If that doesn't work, let us know we'll see what else is missing.

    PS: I'm surprised how no one has answered you since posting in 2017.

    Comment

    Working...