Ad Widget

Collapse

trigger that checks the value of 2 machines

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jmw
    Junior Member
    • Nov 2010
    • 14

    #1

    trigger that checks the value of 2 machines

    hi,

    i've server A and want to add a trigger to server A, that shows up if the value X of server A isn't equal to the value X of server B.

    ( In other words if server A and server B have different values for X... )

    How can i do something like this?


    Thanks again in advance...

    jmw
  • alixen
    Senior Member
    • Apr 2006
    • 474

    #2
    Hi,

    Originally posted by jmw
    i've server A and want to add a trigger to server A, that shows up if the value X of server A isn't equal to the value X of server B.

    ( In other words if server A and server B have different values for X... )

    How can i do something like this?
    Define a trigger on server A with a formula like this one:
    Code:
    {A:X.last(0)}#{B:X.last(0)}
    Regards,
    Alixen
    http://www.alixen.fr/zabbix.html

    Comment

    Working...