Hi All
I have to create a mail that report all the active mail in dataminer, the mail should be send every hour or less
I give a look on the correlation module, but in it I wasn't able to write in the mail all the active alarms, I see somewhere in the dojo someone suggest to schedule an automation script to send the mail, that would be fine, but I can collect all the alarms and add them in the mail body?
Hi Marco,
An option could be creating a dashboard that lists the active alarms and integrating it in an automation scriptL
- You can receive the list of active alarms using the GQI query (Get Alarms). You can filter active alarms by using the column IsActive.
- You can include this dashboard in an automation script. See Email options
Hope it helps.
Hi Miguel, thanks a lot for the info.
But just to know, there is also a way in case to not attach a PDF to the mail and just insert all the info in the body of the mail?