Hi,
i'm somehow stuck here.
I need a trigger which fires if a host switches 2 times within a cluster.
I have a item "system.hostname" which returns a string with the hostname.
If my server switches 2 times (within 30 min) I want the trigger to come true.
trigger:
(system.hostname.last()=system.hostname.last(#3))
will not work, as you can only do comparisons ( = ) on numerics.
Any other suggestions?
Thanx
i'm somehow stuck here.
I need a trigger which fires if a host switches 2 times within a cluster.
I have a item "system.hostname" which returns a string with the hostname.
If my server switches 2 times (within 30 min) I want the trigger to come true.
trigger:
(system.hostname.last()=system.hostname.last(#3))
will not work, as you can only do comparisons ( = ) on numerics.
Any other suggestions?
Thanx