Failed to get email notification during health monitoring


Guangcai Wang <guangcai.wang@...>
 

Hi all,

I configured the email notification for health monitor. and I checked the
configure file “jobs/health_monitor/config/health_monitor.yml" in bosh
director.
plugins:
- name: logger
events:
- alert
- name: email
events:
- alert
options:
recipients:
- georgew(a)fast.au.fujitsu.com
smtp:
from: georgew(a)fast.au.fujitsu.com
host: ess-smtp.cloud.nifty.com
port: 587
domain: fast.au.fujitsu.com
auth: plain
user: UQLNCCPCVEAMURC1JC7K
password: ArgrTBpMs65IFLjzH6N/RsbjI/oa2qCtIHS84rZ0lbf7

Then, I stopped one cf VM. BOSH can detect it and recreate that VM itself.
However, I did not get email notification. Anything wrong? it is not enough
to stop one VM? How to test it? Thanks.