码迷,mamicode.com
首页 > 其他好文 > 详细

OVIRT如何配置邮件告警

时间:2018-05-16 13:12:36      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:OVIRT

A:使用ovirt-engine-notifier服务来根据指定是事件发出邮件通知。
1)配置服务

[root@engine ~]# vi /usr/share/ovirt-engine/services/ovirt-engine-notifier/ovirt-engine-notifier.conf
MAIL_SERVER=smtp.xxx.com
MAIL_PORT=465
MAIL_USER=from@xxx.com
MAIL_PASSWORD=xxxx
MAIL_SMTP_ENCRYPTION=ssl
HTML_MESSAGE_FORMAT=true
MAIL_FROM=from@xxx.com

[root@engine ~]# chkconfig ovirt-engine-notifier on
[root@engine ~]# service ovirt-engine-notifier start

2)配置用户
在 ovirt-engine 页面选择:“系统”-“用户”
选定用户(admin),在下方的菜单中选择:“事件通知器”-“管理事件”
选定需要告警的事件,配置邮件接收者。
重启一下服务:

[root@engine ~]# service ovirt-engine-notifier restart

OVIRT如何配置邮件告警

标签:OVIRT

原文地址:http://blog.51cto.com/2833238/2116867

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!