Ad Widget

Collapse

Alert when i add host

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mulbzh
    Senior Member
    • Nov 2014
    • 115

    #1

    Alert when i add host

    Hello,

    i have just a little problem with zabbix.

    When i add host to zabbix server and link templates to hosts, i have juft after triggers who send me notifications just for say OK:name_trigger, so sometimes i have more than 5 notifications OK:name_trigger

    All is right but i don t want to receive alert when i add host.

    how to configure that ?

    thanks
  • jacek
    Member
    • Nov 2008
    • 45

    #2
    Hi,

    check if You have an action without condition refering to Trigger Value. If this is not set, action is going to be start with every trigger status, i.e from 'ok' to 'problem', from 'problem' to 'ok', and I'm guessing, from null to 'ok' after adding new trigger.

    Try adding a condition: Trigger value = PROBLEM and enable recovery message to get nitofications for recovering alerts.

    Comment

    • aib
      Senior Member
      • Jan 2014
      • 1615

      #3
      It's a standard behavior of Zabbix.
      When you add some triggers, Zabbix checks if the trigger expression is working.
      So, you are getting OK message, that means: all Items correctly configured, NO error found.

      If you are upset about getting OK messages, uncheck "Recovery message" checkbox in Configuration -> Action -> (default action)
      Sincerely yours,
      Aleksey

      Comment

      Working...