Hi dojo,
Is it possible to change the alarm bubble up so that it stops at AAS_2 instead of bubbling up all the way to the Hub Equipment? I tried shortening the relation and adding a separate one without the options="includeInAlarms"
e.g.
from <Relation path="1000;2000;3000;4000;5000;6000;7000" options="includeInAlarms:topology" />
to something like
<Relation path="1000;2000;3000" />
<Relation path="3000;4000;5000;6000;7000" options="includeInAlarms:topology" />
but this didnt work...
Am i missing something?
Hi Joshua,
I don't think we support partial alarm bubble up as you'd like to have there.
The only way you can prevent it from not bubbling up is either making sure the relation is not there at all or by not filling in the foreign keys.