Within our packet broker network an interface may be in one of several states
0 - physical-bypass
1 - inline-network-disabled
2 - inline-network-disconnected
3 - forced-bypass
4 - forced-bypass-monitoring
5 - normal-forwarding
6 - failure-introduced-bypass
7 - failure-introduced-drop
8 - network-ports-forced-down
9 - abnormal-forwarding
I need an alert that will trigger when the interface change from any state to any other state.
My current alert triggers when state is not equal to '5' - this work for the state of not "normal"
The alert I would like is triggered when there is any change from one to another
Example
Change from 5 to Any State (Base Alert)
But about I need an alter for something like
From 3 to 0
From 3 to 4
From 4 to 5
So an alert that the interface changed its state not that it changed from a known state