ncouraud / OMSA-Notify

Dell OpenManager Notification Script
4 stars 7 forks source link

Script fails to send email under Windows Server 2012 R2 - Interactive Services Detection window #1

Open jmundy opened 10 years ago

jmundy commented 10 years ago

interactive services detection error message Hi there, I really like the Script however it fails to send email under Windows Server 2012 R2. An Interactive Services Detection window comes up when you trigger an alert and the email is not sent.

Do you have any ideas for overcoming this issue?

ncouraud commented 10 years ago

Hi there, I've been away from github for a while, and turned off some notifications. I haven't had a chance to test this with Server 2012 R2. I'll circle back around and see if I can reproduce it. Are you using OMSA 7.2 and Server 2012 R2 Standard/Datacenter?

jmundy commented 10 years ago

Thanks for the reply, the system is: Dell OpenManage Systems Management Software (64-Bit) Version 7.4.0 Running on: Windows Server 2012 R2 Datacentre I very much appreciate your reply. John

ikookmaar commented 9 years ago

Hi ncouraud, Thanks very much for your script. I got it to work in minutes on a SBS 2008 system. The test alert mails look great , but the actual alert messages (tested by temporarily changing the minimum treshold for the ambient temperature) do not mention the alert type in the subject and their body remains empty. In the script I see that $AlertType and $body are not defined anywhere. I'm not an expert at Powershell and OMSA, but I tried changing $AlertType to eventType. However that didn't make any difference. What should I change/add to have see the type of failure on the system in the subject and the details in the body of the alert messages? Thanks in advance for any assistance, Peter