Page 1 of 1

Sending email with <> characters problem

Posted: Tue Apr 10, 2018 3:29 am
by sadsad23
Hello All,
I am having an issue with sending an email containing <> characters from the nagiosxi Gui.

My email:

***** Nagios XI Alert *****

Destinatari: <List_2> ##This string will not appear in the reciving email.

%alertsummary%

Notification Type: %type%

Service: %service%
Host: %host%
Hostgroup: %hostgroupname%
Address: %hostaddress%
State: %servicestate%
Info:
%serviceoutput%
Date/Time: %datetime%

Respond: %responseurl%
Nagios URL: %xiserverurl%

Is there a way to escape the <> characters? I already tried with:
<Lista_2>
\ <list_2\>
"<list_2>"
<List_2>

But I still recive a email with Destinatari: with no value assigned.
Any help?

Thanks

Re: Sending email with <> characters problem

Posted: Tue Apr 10, 2018 8:52 am
by scottwilkerson
Even when you enter the following:

Code: Select all

<Lista_2>
It is blank?