Ad Widget

Collapse

Another problem with actions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Villain
    Member
    • Aug 2006
    • 84

    #1

    Another problem with actions

    Hello,

    I am having some problems with actions in my Zabbix 1.1.2 installation. For example, I have the following trigger:

    {Generic_troc.num.last(0)}>100

    Generic_t is the name of a template.

    I named this trigger: Number of processes on Generic_t

    I created an action that says: Trigger = Number of processes on Generic_t and it is supposed to email me when the number of processes on a server reaches over 100. Well, I have 4 servers that have more than 100 processes running, but yet it's still not notifying me.

    Is there a reason that this might happen?
  • sid
    Member
    • Jul 2006
    • 44

    #2
    Have you setup your email setting correctly?

    See if this helps:

    http://www.zabbix.com/manual/v1.1/qs.email.php

    Comment

    • Alexei
      Founder, CEO
      Zabbix Certified Trainer
      Zabbix Certified SpecialistZabbix Certified Professional
      • Sep 2004
      • 5654

      #3
      Originally posted by Villain
      I named this trigger: Number of processes on Generic_t

      I created an action that says: Trigger = Number of processes on Generic_t and it is supposed to email me when the number of processes on a server reaches over 100. Well, I have 4 servers that have more than 100 processes running, but yet it's still not notifying me.

      Is there a reason that this might happen?
      It is supposed to work this way. Actions have nothing to do with templates. They define rules how to act on new events.

      So your action will work for the template host only!

      In your case, I would suggest an action having the following condition:

      Trigger name like "Number of processes is more than 100 on"
      Alexei Vladishev
      Creator of Zabbix, Product manager
      New York | Tokyo | Riga
      My Twitter

      Comment

      Working...