Email notification information

Started by MatthewDreher, July 28, 2016, 08:51:09 PM

Previous topic - Next topic

MatthewDreher

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.

tomaskir

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

MatthewDreher

Exactly what I was looking for.  Thank you.

MatthewDreher

Any place where the event parameters %1-%99 are spelled out?

tomaskir

Yes, each event has its own, you can see them in event definitions in Configuration > Events.

MatthewDreher