Hi,
On all of my DMAs I have set the Info logging level to for the Notifications log to Log everything (5). I thought that would capture every email sent out by DataMiner. But when checking the Notifications log I'm not seeing anything.
Where do I go to see what emails were sent out by DataMiner?
Thanks.
Hi Trong,
Unfortunately, there's no one place where emails sent by DataMiner are logged, if logged at all.
Any specific type of e-mail you're trying to find?
It might be able to extract the full list of sent e-mails from the mail server, but I don't believe there's a standard way to do so.
Specifically for correlation, when “Log Everything” is enabled for the Debug level, email actions should get logged in the SLCorrelation.txt logfile (“Sending Email Notification to …”), as well as logging about which correlation rules get triggered.
For Automation scripts there should be logging in SLAutomation.txt coming from “CActionHandler::SendNotification” (always on failure, debug log level 4 on success)
Hope this helps
Hi Wouter,
I am troubleshooting some correlation rules. There were alarms but recipient of the notification complained they didn’t get the email.
I imagine from time to time there might be similar needs with automation scripts also; i.e. to confirm whether or not an automation script had sent the email.