NetXMS Support Forum

English Support => General Support => Topic started by: teddymills on April 13, 2011, 06:58:46 PM

Title: SYS_THRESHOLD_REARMED email is sent, but does not pass parameters
Post by: teddymills on April 13, 2011, 06:58:46 PM

SYS_THRESHOLD_REACHED email is sent+passes all the parameters to the email fine.

Email subject = RAND1 System.CPU.LoadAvg=9.700000 threshold=1
Email body    =           System.CPU.LoadAvg RAND1 1 9.700000 0x00000189  1


When the threshold goes under 1, the
SYS_THRESHOLD_REARMED email is sent, but does not pass parameters

Email subject = RAND1 System.CPU.LoadAvg= threshold=0x00000189
Email body    = RAND1 System.CPU.LoadAvg= threshold=0x00000189
Title: Re: SYS_THRESHOLD_REARMED email is sent, but does not pass parameters
Post by: Victor Kirhenshtein on April 13, 2011, 10:50:51 PM
Hi!

For SYS_THRESHOLD_REARMED, parameters are different then for SYS_THRESHOLD_REACHED:

1) Parameter name
2) Item description
3) Data collection item ID
4) Instance

So you should use different e-mail template.

Best regards,
Victor