Ad Widget

Collapse

Unknowns in alert mails

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cemal_demirsu
    Junior Member
    • Feb 2016
    • 4

    #1

    Unknowns in alert mails

    Dear friends,


    there are a lot of "Unknown" messages in the mail as follows;

    *UNKNOWN* (*UNKNOWN*:*UNKNOWN*): *UNKNOWN* 3. *UNKNOWN* (*UNKNOWN*:*UNKNOWN*): *UNKNOWN*

    anyone has any idea please ?

    Best Regards,
    Cemal,
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    What kind has been set the trigger?
    What do you have macro in the message?

    Comment

    • coreychristian
      Senior Member
      Zabbix Certified Specialist
      • Jun 2012
      • 159

      #3
      The default message includes the following variables.

      Code:
      Trigger: {TRIGGER.NAME}
      Trigger status: {TRIGGER.STATUS}
      Trigger severity: {TRIGGER.SEVERITY}
      Trigger URL: {TRIGGER.URL}
      
      Item values:
      
      {ITEM.NAME1} ({HOST.NAME1}:{ITEM.KEY1}): {ITEM.VALUE1}
      {ITEM.NAME2} ({HOST.NAME2}:{ITEM.KEY2}): {ITEM.VALUE2}
      {ITEM.NAME3} ({HOST.NAME3}:{ITEM.KEY3}): {ITEM.VALUE3}
      
      {EVENT.ID}
      If the trigger sending the alert doesn't have data for one of those variables it will show as unknown.

      If you have an example of the trigger and the variables that are missing please let us know.

      Comment

      Working...