If you want to get alerts from your oVirt Hosts/Engine to your email, here are the steps I followed:
- ON ENGINE VM
vi /usr/share/ovirt-engine/services/ovirt-engine-notifier/ovirt-engine-notifier.confMAIL_SERVER= MAIL_PORT= MAIL_USER= MAIL_PASSWORD= MAIL_FROM= MAIL_REPLY_TO=
More info can be found here on the options https://www.ovirt.org/documentation/admin-guide/chap-Event_Notifications/
systemctl daemon-reload
systemctl enable ovirt-engine-notifier.service
systemctl restart ovirt-engine-notifier.service
- Open the oVirt Engine WebUI – Administration – Users
- Click on the username link
- Click on the Event Notifier (tab)
- Click “Manage Events” (button)
- Choose your events and add your email address
- Click Save
That should do it 😉