Hello
I created a new custom poller monitoring a specific OID in IronMail devices (1.3.6.1.4.1.7441.7441.17). I assigned several nodes to this custom poller.
I would like to create an advanced alert which writes into a logfile when the value returned by this OID is greater than 1000.
For that I created the trigger condition as below:

The trigger Action writes into a logfile: ALERT: IRONMAIL_cTQueueLevel is greater than 1000 on ${NodeName}. Current value is: ${CustomPollerStatus.Status}
The issue is that the message is written for all nodes assigned to this custom poller, not only the one concerned by this alert...
How can I solve this issue ?
Thanks
Eric.