Ad Widget

Collapse

SNMP filter to exclude interfaces by name

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kdgt
    Junior Member
    • Dec 2014
    • 15

    #1

    SNMP filter to exclude interfaces by name

    Hi

    Could someone please provide a same filter to exclude interface by the contents of the name?

    I can't figure out how to do this as the name is stored in HEX format.

    Thanks
  • kdgt
    Junior Member
    • Dec 2014
    • 15

    #2
    This looks like a bug.

    I copied the filter configuration from the Windows OS Interfaces to SNMP Interfaces.

    i.e.

    {#IFNAME}
    @Network interfaces for discovery

    Comment

    • kdgt
      Junior Member
      • Dec 2014
      • 15

      #3
      {$IFNAME} should be {#SNMPVALUE} for this work.

      I've also had to add the following regular expression to the "Network interfaces for discovery" regular expression.

      ^WAN Miniport
      ^RAS Async Adapter
      ^Microsoft ISATAP Adapter
      QoS Packet Scheduler
      WFP LightWeight Filter
      ^Microsoft Failover Cluster Virtual Adapter

      @Admins. Shouldn't these changes be integration with the default configuration of Zabbix. Without these updates SNMP monitoring of interfaces on Windows servers is a bit of a mess.

      Comment

      • kdgt
        Junior Member
        • Dec 2014
        • 15

        #4
        Filter disk by type

        Hi

        I'm trying to add a filter to the "Template SNMP Disks" template to exclude disks using the value of hrStorageType instead of hrStorageDescr. I'm not sure how to process since the macro fields will not accept "hrStorageType.{#SNMPINDEX}".

        How can this be done?

        Thanks

        Comment

        • tchjts1
          Senior Member
          • May 2008
          • 1605

          #5
          Please check your private messages.

          Comment

          Working...