Uploaded image for project: 'Observium'
  1. Observium
  2. OBS-2733

Alert Creation Wizard (Port disabled entity)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • Professional Edition
    • Web Interface
    • None

    Description

      Since the new alert wizard got public we are facing an error while creating port associations with the ifAdminStatus entity.

      I was able to debug it and found out that it's currently following alert code

      {"condition":"AND","rules":[{"id":"device.os.free","field":"device.os","type":"string","input":"text","operator":"equals","value":"ironware"},{"id":"entity.disabled","field":"entity.disabled","type":"integer","input":"select","operator":"equals","value":0},{"condition":"OR","rules":[{"id":"entity.ifType","field":"entity.ifType","type":"string","input":"text","operator":"equals","value":"ethernetCsmacd"},{"id":"entity.ifType","field":"entity.ifType","type":"string","input":"text","operator":"equals","value":"ieee8023adLag"}]}],"valid":true}
      

      instead of

      {"condition":"AND","rules":[{"id":"device.os.free","field":"device.os","type":"string","input":"text","operator":"equals","value":"ironware"},{"id":"entity.disabled","field":"ports.ifAdminStatus","type":"integer","input":"select","operator":"equals","value":"up"},{"condition":"OR","rules":[{"id":"entity.ifType","field":"entity.ifType","type":"string","input":"text","operator":"equals","value":"ethernetCsmacd"},{"id":"entity.ifType","field":"entity.ifType","type":"string","input":"text","operator":"equals","value":"ieee8023adLag"}]}],"valid":true}

      Attachments

        Issue Links

          Activity

            People

              landy Mike Stupalov
              dklimek Denis Klimek
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: