Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-18370

Incorrect values used in trigger prototype (Template OS Windows by Zabbix Agent)

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Won't fix
    • Icon: Critical Critical
    • None
    • 5.0.3
    • None
    • Team INT
    • Sprint 68 (Sep 2020), Sprint 69 (Oct 2020), Sprint 70 (Nov 2020), Sprint 71 (Dec 2020), Sprint 72 (Jan 2021), Sprint 73 (Feb 2021), Sprint 74 (Mar 2021), Sprint 75 (Apr 2021), Sprint 76 (May 2021), Sprint 77 (Jun 2021), Sprint 78 (Jul 2021), Sprint 79 (Aug 2021), Sprint 80 (Sep 2021), Sprint 81 (Oct 2021), Sprint 82 (Nov 2021), Sprint 83 (Dec 2021)
    • 0.25

      Steps to reproduce:

      1. Use template Template Module Windows CPU by Zabbix agent
      2. Open Network Interface Discovery
      3. Check trigger prototype "Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before", trigger expression:
      4. While item is based on WMI and returns:
      0 ⇒ Ethernet 802.3
      1 ⇒ Token Ring 802.5
      2 ⇒ Fiber Distributed Data Interface (FDDI)
      3 ⇒ Wide Area Network (WAN)
      4 ⇒ LocalTalk
      5 ⇒ Ethernet using DIX header format
      6 ⇒ ARCNET
      7 ⇒ ARCNET (878.2)
      8 ⇒ ATM
      9 ⇒ Wireless
      10 ⇒ Infrared Wireless
      11 ⇒ Bpc
      12 ⇒ CoWan
      13 ⇒ 1394

      Trigger is actually based on IF-MIB::ifType, like:

      6 ⇒ ethernetCsmacd
      7 ⇒ iso88023Csmacd
      8 ⇒ iso88024TokenBus
      9 ⇒ iso88025TokenRing
      10 ⇒ iso88026Man
      11 ⇒ starLan
      12 ⇒ proteon10Mbit
      13 ⇒ proteon80Mbit
      14 ⇒ hyperchannel
      15 ⇒ fddi
      16 ⇒ lapb
      17 ⇒ sdlc
      18 ⇒ ds1
      19 ⇒ e1
      20 ⇒ basicISDN
      21 ⇒ primaryISDN
      22 ⇒ propPointToPointSerial
      23 ⇒ ppp
      24 ⇒ softwareLoopback
      25 ⇒ eon
      26 ⇒ ethernet3Mbit
      27 ⇒ nsip
      28 ⇒ slip
      29 ⇒ ultra
      30 ⇒ ds3
      31 ⇒ sip
      32 ⇒ frameRelay
      33 ⇒ rs232
      34 ⇒ para
      35 ⇒ arcnet
      36 ⇒ arcnetPlus
      37 ⇒ atm
      38 ⇒ miox25
      39 ⇒ sonet
      40 ⇒ x25ple
      41 ⇒ iso88022llc
      42 ⇒ localTalk
      43 ⇒ smdsDxi
      44 ⇒ frameRelayService
      45 ⇒ v35
      46 ⇒ hssi
      47 ⇒ hippi
      48 ⇒ modem
      49 ⇒ aal5
      50 ⇒ sonetPath
      51 ⇒ sonetVT
      52 ⇒ smdsIcip
      53 ⇒ propVirtual
      54 ⇒ propMultiplexor
      55 ⇒ ieee80212
      56 ⇒ fibreChannel
      57 ⇒ hippiInterface
      58 ⇒ frameRelayInterconnect
      59 ⇒ aflane8023
      60 ⇒ aflane8025
      61 ⇒ cctEmul
      62 ⇒ fastEther
      

      Expected:
      Should use the values actually coming from the item in expression

            alarionovs Aleksandrs Larionovs (Inactive)
            agavrilovs Aleksandrs Petrovs-Gavrilovs
            Team INT
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: