We've got a large number of Solarwinds servers at client sites. From time to time email alerting is affected by network changes. Unfortunately, the issue persists until someone happens to login to Solarwinds and sees alerts that we haven't received emails about. We'd like to setup a monitor to verify that our Solarwinds server can send emails out to us.
The POP3/IMAP4 monitors won't work for us because it will require each client to configure their networks to allow inbound email traffic to our server.
I've been experimenting with telnet using a VBScript. I've determined that there are two ways to really go about this effectively.
1) Install 3rd party application/dll and call this with VBScript.
2) Use VBScript to call telnet in a terminal with output to a log file. Read from the file, then delete/clear the file.
Neither solution is really optimal, so I was wondering if anyone else has figured out how to handle this situation.
Once the monitor is set up we will add the monitors to the EOC page so that we can see when there are issues with email delivery.