I have a trigger expression that looks like this (this is the actual host's expression, that originates on a template's trigger prototype):
In the name of the trigger it looks like this:
When it fires, it shows like this (a cut/paste direct from the problem display when it is showing (and should be showing) a problem):
Always shows the same value. This despite the history showing a clear change (0 -> 1 then back). It's as though it is showing the same thing twice.
The trigger is working, the values are right in the item history, everything is right but the title.... the title seems to be picking one of them twice instead of each separately. Is that because it's the same item (but a different last instance)? Bug? Am I doing something wrong syntactically?
Code:
last(/OfficeSWXG/Speed[Port 9],#1)<>last(/OfficeSWXG/Speed[Port 9],#2)
Code:
Port 9 Speed change on port {ITEM.VALUE2} to {ITEM.VALUE1}
Code:
Port 9 Speed change on port 1 Gbps to 1 Gbps
The trigger is working, the values are right in the item history, everything is right but the title.... the title seems to be picking one of them twice instead of each separately. Is that because it's the same item (but a different last instance)? Bug? Am I doing something wrong syntactically?
Comment