NetXMS Support Forum

English Support => General Support => Topic started by: jdowney on October 25, 2017, 11:31:16 AM

Title: Action Configuration - email - Last value on recovery
Post by: jdowney on October 25, 2017, 11:31:16 AM
Hi,

Currently, we use the follow message text in the Threshold Recovery text field for emails:-

Threshold recovery %n \n%a \n%m  \n %t \n

We would also like to include the last value for the DCI which has recovered but unable to work out what the code will be to do this.

Anyone able to point us in the right direction.

John
Title: Re: Action Configuration - email - Last value on recovery
Post by: Victor Kirhenshtein on November 02, 2017, 10:55:34 AM
Hi,

you can use %6 in threshold rearm event to insert current DCI value (see description for SYS_THRESHOLD_REARMED event for all event-specific parameters).

Best regards,
Victor
Title: Re: Action Configuration - email - Last value on recovery
Post by: jdowney on November 09, 2017, 02:14:20 PM
Thanks, Victor!  :D