Ad Widget

Collapse

Zabbix Action Condition - High Severity doesn't work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • asteroidyorkton
    Member
    • Aug 2016
    • 53

    #1

    Zabbix Action Condition - High Severity doesn't work

    My action works fine for all Severity and "Trigger name not like" except for high trigger. I don't get Zabbix Unreachable emails. Emails should be sent to zabbix super admin group.

    Removing all severity and keeping only High trigger works. When I add back other Severity, Triggers does not email me.

    My condition screenshot:


    Last edited by asteroidyorkton; 29-11-2017, 12:04.
  • LenR
    Senior Member
    • Sep 2009
    • 1005

    #2
    I read the first image as all "ands", so the parentheses are irrelevant.

    Trigger severity can only have one value, so TS = Disaster AND TS = High can't both be true, I don't need to go any further.

    Comment

    • asteroidyorkton
      Member
      • Aug 2016
      • 53

      #3
      Originally posted by LenR
      I read the first image as all "ands", so the parentheses are irrelevant.

      Trigger severity can only have one value, so TS = Disaster AND TS = High can't both be true, I don't need to go any further.
      Okay. I'll try a custom condition then
      Last edited by asteroidyorkton; 29-11-2017, 12:05.

      Comment

      • LenR
        Senior Member
        • Sep 2009
        • 1005

        #4
        () just control evaluation order, resolve deepest () to a single T / F, then work up to higher levels.

        I can't determine from your questions what you are trying to do. Make simple actions, get those working, add as little complexity as possible.

        Actions that notify users/groups require those users have permissions to those systems, have you verified permissions?

        We wanted some triggers to notify our platform support teams, instead of making complicated actions, I created an application called "Platform" and use a single condition for that. We also use severity for notification method, Average gets email, High gets wakeup message :-)

        Comment

        • asteroidyorkton
          Member
          • Aug 2016
          • 53

          #5
          Originally posted by LenR
          () just control evaluation order, resolve deepest () to a single T / F, then work up to higher levels.

          I can't determine from your questions what you are trying to do. Make simple actions, get those working, add as little complexity as possible.

          Actions that notify users/groups require those users have permissions to those systems, have you verified permissions?

          We wanted some triggers to notify our platform support teams, instead of making complicated actions, I created an application called "Platform" and use a single condition for that. We also use severity for notification method, Average gets email, High gets wakeup message :-)
          Okay. Yes permission was verified and also the severity settings for user..
          Last edited by asteroidyorkton; 27-11-2017, 12:03.

          Comment

          Working...