Network Management
Alert is not working and does not trigger in the SolarWinds Platform
SolarWinds Alert is not working. On the summary of the alert configuration page shows zero objects will trigger alert even though objects are expected. Alert actions may not be working, and the alert will not trigger once submitted.
First published date
Last published date
Overview
Product section
Resolution
Resolution 1
Attempt to recreate the alert from scratch. Do not copy or duplicate the alert. This has the potential to copy corrupted data from the previous alert and not resolve the issue.
Resolution 2
Check the SolarWinds Platform Service Manager if AlertingServiceV2 is stopped or if it's in there.
If it's stopped, just start up and again and test.
If missing, you need to re-run the configuration wizard.
Resolution 3
Test the SMTP following below:
$SMTPSvr = ‘smtpserver.fqdndomain.local’
$from = ‘sender@testserverdomain.com’
$to = ‘recipient@recipientdomain.com’
#testing connection to server:
Test-NetConnection $SMTPSvr -port 25
Send-MailMessage –From $from –To $to –Subject “Test Email” –Body “Test E-mail (body)” -SmtpServer $SMTPSvr
Please make sure to update the information in the following fields.
$SMTPSvr = ‘smtpserver.solarwinds.com'
$from = ‘sender@solarwinds.com'
$to = ‘recipient@solarwinds.com’$SMTPSvr = ‘smtpserver.solarwinds.com'
See also
Alerts not firing, not receiving emails, or Receiving False Alerts