Ad Widget

Collapse

Monitor application on a two node cluster

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mvrk
    Member
    • Oct 2008
    • 71

    #1

    Monitor application on a two node cluster

    Hi,

    I'm monitoring two machines, and i need to monitor if an application is running, but this application only runs on one of this two machines, is never running at the same time on both.

    On zabbix 1.8.x i could create a trigger like this on both of the machines and it worked:
    Code:
    {APP1:proc.num[process].last(0)}=0 & {APP2:proc.num[process].last(0)}=0
    But now on zabbix 2.x it doesn't let me do this.

    Anyone knows how can i accomplish this?
    Last edited by tchjts1; 09-07-2013, 07:30.
Working...