Details
-
New Feature
-
Resolution: Won't Fix
-
Minor
-
None
-
None
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
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: classic default workflow [ 12518 ] | New: Observium workflow [ 13280 ] |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Well, seems using just "ifAlias match" works..