Ad Widget

Collapse

Message of recovery

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gbernardes
    Junior Member
    • Mar 2011
    • 22

    #1

    Message of recovery

    Hi,

    I'm facing the following strange behavior withing my Zabbix instance: for the actions that I create, zabbix sends out the restore mail using the same text/message that is set for the trouble reporting message. Eg.: when server A is down I receive an email "server A is down" and after I receive another mail containing "server A is down" instead of 'server A is back' which is configured as restoring message
  • gbernardes
    Junior Member
    • Mar 2011
    • 22

    #2
    More Details

    See attached screenshot of an action with refered trouble

    Comment

    • Davidus
      Senior Member
      • Dec 2010
      • 281

      #3
      My suggestion would be, add

      Trigger value = "PROBLEM"
      Host = "name_of_your_host"


      To Action conditions

      Comment

      • gbernardes
        Junior Member
        • Mar 2011
        • 22

        #4
        Hi,

        it worked only a small part of the problem. now the trouble is that I'm not able to monitor the status of a specific trigger, only if a certain host is in trouble. thanks in advance for any help.

        Comment

        • Davidus
          Senior Member
          • Dec 2010
          • 281

          #5
          Your Action conditions should look like this:

          Trigger value = "PROBLEM"
          Host = "name_of_your_host"
          Trigger = "your_trigger"

          Comment

          Working...