Ad Widget

Collapse

Half-Duplex & Down events correlation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Metalgalle
    Junior Member
    • May 2021
    • 14

    #1

    Half-Duplex & Down events correlation

    Hello everybody!
    I'm new to Zabbix, but I'm quite surprised to how it can be powerful and useful!

    I'm building a configuration to my customer and I have a little issue that I want to mitigate.


    I'm monitoring my switches with the HPe switch SNMP template. Everything works great!
    I noticed that many times, I suppose when the clients shutdown, it will trigger the "Interface in half duplex mode" event, but it's a false positive because at the same time, I also get the "Link Down" event.
    I don't want to disable the client port monitoring, because I want to active track traffic volume, errors, and so on.

    So, I want to create an event correlation (or something else) that wipes out the "Half Duplex" alarm when it comes simultaneously with a "Link Down" event.

    I tried to edit the parent trigger prototype "Interface {#IFNAME}({#IFALIAS}): In half-duplex mode" in order to insert a recovery expression, but when I try to update it I'll get the error "Cannot update trigger prototype" saying that "Trigger prototype "Interface {#IFNAME}({#IFALIAS}): In half-duplex mode" contains item prototypes from multiple discovery rules.".


    I already saw that in the related "Discovery Rule" there is a filter that teaches the rule to watch only for the "UP" interfaces, but it seems that it's not sufficent to filter out those false positives.


    Thanx a lot in advance to anyone that want to help me!

    Bye!



    ---
    Metalgalle

  • Metalgalle
    Junior Member
    • May 2021
    • 14

    #2
    Just for update.
    I noticed that this behaviour also occours with the "Ethernet has changed to lower speed than it was before" event!

    Thanx a lot to everybody!

    Comment

    • eithor
      Member
      • May 2020
      • 50

      #3
      You can put a dependency on the trigger from "Half duplex" to "Link down" trigger.

      Comment

      • Metalgalle
        Junior Member
        • May 2021
        • 14

        #4
        Thanx a lot for reply!

        Very good suggestion, but I noticed that isn't possibile to do this dependency link because the trigger prototype of the "Half Duplex" event is in another template than the "Link Down" one...

        Comment

        • eithor
          Member
          • May 2020
          • 50

          #5
          You could combine the templates into one template. I see in the Zabbix roadmap that the long-term goal is to combine the templates so that one template is for one device/application (instead of using linked templates in a hierarchy).

          Comment

          • Amc88
            Junior Member
            • Apr 2021
            • 2

            #6
            I have the same issue. Did the suggestion from Eithor work for you? Combining EtherLike-MIB SNMP and Interfaces SNMP
            to the HPe switch template?
            Last edited by Amc88; 28-10-2021, 12:11.

            Comment

            • zendx
              Junior Member
              • May 2020
              • 12

              #7
              It has been several years, but the question is still relevant :-) I solved it simply by disabling EtherLike-MIB Discovery... But is there any other way to solve this problem? Creating dependencies of triggers for thousands of interfaces on thousands of hosts?

              Comment

              • hackepeter3000
                Junior Member
                • Apr 2025
                • 1

                #8
                I have the same problem, is there a solution in the meantime?

                Comment

                Working...