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
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
Comment