Ad Widget

Collapse

What about "Monitoring processes" in cluster?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aic
    Member
    • Oct 2010
    • 50

    #1

    What about "Monitoring processes" in cluster?

    Hello,

    I added a monitor to check if an application is running on serverA or serverB.

    I did it, but I am getting fake alarm regarding serverB, because the processes
    are running on serverA.

    -- proc.num[proc,user,,].

    Linux - Agt. 1.8.3

    How can I prevent this fake alarm? Creating a different Action?

    Help me please..

    Rgds,
    aic
  • alixen
    Senior Member
    • Apr 2006
    • 474

    #2
    Hi,

    You can define a trigger that uses both hosts :
    Code:
    {hostA:proc.num[proc,user,,].last(0)}=0 & {hostB:proc.num[proc,user,,].last(0)}=0
    Regards,
    Alixen
    http://www.alixen.fr/zabbix.html

    Comment

    • aic
      Member
      • Oct 2010
      • 50

      #3
      Awsome! Thank you so much! It works perfect!

      Comment

      Working...