Ad Widget

Collapse

TRigger Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • trikke
    Senior Member
    • Aug 2007
    • 140

    #1

    TRigger Question

    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
Working...