NetXMS Support Forum

English Support => General Support => Topic started by: MatthewDreher on July 28, 2016, 08:51:09 PM

Title: Email notification information
Post by: MatthewDreher on July 28, 2016, 08:51:09 PM
Hello all,

working on setting up email notifications.  What variables are available for use with this?  For example, if a service goes down, how would I send the email to include the name of the service?

Thank you.
Title: Re: Email notification information
Post by: tomaskir on July 28, 2016, 08:56:09 PM
Create an "Send E-Mail" action, with message text like this: '[%S] %n: %m'.
Then simply use that action in your EPPs.

Here is more info:
https://www.netxms.org/documentation/adminguide/event-processing.html#macros-for-event-processing
Title: Re: Email notification information
Post by: MatthewDreher on July 29, 2016, 04:11:57 PM
Exactly what I was looking for.  Thank you.
Title: Re: Email notification information
Post by: MatthewDreher on July 29, 2016, 08:13:03 PM
Any place where the event parameters %1-%99 are spelled out?
Title: Re: Email notification information
Post by: tomaskir on July 29, 2016, 08:23:00 PM
Yes, each event has its own, you can see them in event definitions in Configuration > Events.
Title: Re: Email notification information
Post by: MatthewDreher on August 03, 2016, 04:08:21 PM
Perfect, thank you.