Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Professional Edition
-
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
- duplicates
-
OBS-2732 Port Groups - Problem with port.ignore association ruleset
-
- Closed
-
Activity
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Status | Original: In Review [ 10101 ] | New: In Progress [ 3 ] |
Status | Original: Pending Response [ 10000 ] | New: In Review [ 10101 ] |
Status | Original: Resolved [ 5 ] | New: Pending Response [ 10000 ] |
Assignee | Original: Adam Armstrong [ adama ] | New: Mike Stupalov [ landy ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |