I'm running OneFS 8.0.0.3. I configured an Alert Channel with the SMTP settings, etc. Then I configured an Alert and selected all the Event Group Categories.
When I click the Send Test Alert button, I thought I would be receiving and email but I'm not.
In the Events tab I see the Test Event, but in the details I see that there's No Value in the Alert Channels...
How can I test that my SMTP configuration is working if the Send Test Alert doesn't work?
check /var/log/messages for entries about smtp, for example
isi-1# grep smtp /var/log/messages
2017-05-22T21:40:54Z <1.4> isi-1 isi_celog_alerting: Unable to send to [u'p*******@gmail.com'] through 'alt4.gmail-smtp-in.l.google.com.': [Errno 65] No route to host
In this case, the network for my virtual/simulator Isilon node has not been set up to connect to the internet.
Other possible errors that could show up include smp authentification or other delivery problems.
Please provide both procedures for OneFS 8.0.0.6. I can not receive alerts after SNMP and SMTP configurations. I also suspect that my network cabling is probably the problem but have tried different ports and it still doesn't resolve the problem. What is the proper way to connect the cluster to a network. Thanks
Peter_Sero
6 Operator
•
1169 Posts
4203
0
Posted May 22nd, 2017 13:00
check /var/log/messages for entries about smtp, for example
isi-1# grep smtp /var/log/messages
2017-05-22T21:40:54Z <1.4> isi-1 isi_celog_alerting: Unable to send to [u'p*******@gmail.com'] through 'alt4.gmail-smtp-in.l.google.com.': [Errno 65] No route to host
In this case, the network for my virtual/simulator Isilon node has not been set up to connect to the internet.
Other possible errors that could show up include smp authentification or other delivery problems.
a good read is
CELOG v2.0 Episode 1 – Background
plus the three blog posts linked at the the end (including a how-to for e-mail alerts).
hth
-- Peter