Details

    Description

      It should be possible in groups, or alerts for that matter to match NULL fields in database.

      Let's say you want to create a group called "Ports with no ifAlias".

      device match; os match procurve
      entity match;
      ifAdminStatus equals up
      ifOperStatus equals up
      ifType notequals ieee8023adLag
      ifType notequals propVirtual
      ifType notequals propMultiplexor
      ifAlias isnull (or here maybe ifAlias match/equals NULL, but that will be a problem if alias is actually NULL )

      Should be an easy one I think. Have some ideas I will try..

      Attachments

        Activity

          [OBS-1484] Entity match for NULL

          Well, seems using just "ifAlias match" works..

          kentbjoh Kent Johannessen added a comment - Well, seems using just "ifAlias match" works..

          People

            adama Adam Armstrong
            kentbjoh Kent Johannessen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: