I am trying to use Event Monitor (v7.5). It works fine when I use a DailyRollingFileAppender, and logs the metrics/notifications in the configured files.
However, if I configure log4j to use the following SMTP configuration, no emails are generated.
log4j.appender.Mail=org.apache.log4j.net.SMTPAppender
log4j.appender.Mail.BufferSize=4096
log4j.appender.Mail.From=event_monitor_logger@neustar.biz
log4j.appender.Mail.To=abc@my_org.co.in
log4j.appender.Mail.Subject=ESB Notification
log4j.appender.Mail.SMTPHost=10.11.14.17
log4j.appender.Mail.layout=org.apache.log4j.SimpleLayout
log4j.appender.Mail.layout=org.apache.log4j.PatternLayout
log4j.appender.Mail.layout.ConversionPattern=%d %m%n
Is there any other mechanism to use Event Monitor for generating emails for alerts/notifications? Is there any bug in Event Monitor 7.5.
Thanks
Thanks to the Progress Technical support, the issue is now resolved. The solution is also available @ psdn support - KB. The problem is logged as ID#s341
http://progress.atgnow.com/esprogress/jsp/AnswerControls.jsp?directSolutionLink=1&tabs=true&docPropValue=s341
We're evaluating the Sonic7.6 Event monitor module to customize the alerts and notifications. I'm trying to configure the SMTP/email notification for certain alerts. The sonic documentation didn't mention anything about how to configure and use event monitor to notify thru emails. If anyone is successful using that feature, please post it back here. (The link mentioned above is broken)