Hello,
I defined a trigger
Name Alert Printer1: {HOSTNAME} : {ITEM.VALUE}
Expr: {Template_4150SNMPv1_Device:Alert1.str(20-)}=1
In fact I retrieve an error from a printer.
The action defined is to send a mail like
{TRIGGER.NAME}: {STATUS}
HOWEVER when I recieve the mail
{STATUS} is correctly translated
BUT NOT {TRIGGER.NAME}
{HOSTNAME} is correctly translated but I reciceve in my mail
xxxxx : {ITEM.VALUE}: PROBLEM
How to solve that ?
Regards
I defined a trigger
Name Alert Printer1: {HOSTNAME} : {ITEM.VALUE}
Expr: {Template_4150SNMPv1_Device:Alert1.str(20-)}=1
In fact I retrieve an error from a printer.
The action defined is to send a mail like
{TRIGGER.NAME}: {STATUS}
HOWEVER when I recieve the mail
{STATUS} is correctly translated
BUT NOT {TRIGGER.NAME}
{HOSTNAME} is correctly translated but I reciceve in my mail
xxxxx : {ITEM.VALUE}: PROBLEM
How to solve that ?
Regards
Comment