Ad Widget

Collapse

Action macro email output format failure

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Michael0
    Member
    • Jan 2013
    • 70

    #1

    Action macro email output format failure

    Hi!

    I´m stungling here with some error with the macro output, just short:

    An action sends an email with the following infos:

    Zabbix Actions Input:

    Host: {HOST.NAME1}, IP: {HOST.IP1}
    Trigger: {TRIGGER.NAME}
    Trigger status: {TRIGGER.STATUS}
    Trigger severity: {TRIGGER.SEVERITY}
    Trigger URL: {TRIGGER.URL}
    Date: {EVENT.DATE}

    But the email Output will be:

    Host: {HOST.NAME1}, IP: {HOST.IP1}
    Trigger: {TRIGGER.NAME} Trigger status: {TRIGGER.STATUS} Trigger severity: {TRIGGER.SEVERITY} Trigger URL: {TRIGGER.URL}
    Date: {EVENT.DATE}


    So all the TRIGGER will be displayed in the email as one single line, instead of each single TRIGGER under the other listed.
    For HOST and IP and for the last DATE its working, this data will be shown as expected
  • Fullmetal8ender
    Member
    • Nov 2012
    • 81

    #2
    What email-client you use?
    Sometimes in outlook when i see message
    "Extra line breaks removed" under <from>
    some text is displayed in one line.

    Comment

    • Michael0
      Member
      • Jan 2013
      • 70

      #3
      Thanks for that hint!
      One day later I also found out, that Outlook has by default the option enabled to remove these extra line breaks.

      The strange think about this option is, that outlook did not remove the extra lines from all messages sent from zabbix...

      Comment

      Working...