OVIRT如何配置邮件告警

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OVIRT如何配置邮件告警相关的知识,希望对你有一定的参考价值。

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

[[email protected] ~]# vi /usr/share/ovirt-engine/services/ovirt-engine-notifier/ovirt-engine-notifier.conf
MAIL_SERVER=smtp.xxx.com
MAIL_PORT=465
[email protected]
MAIL_PASSWORD=xxxx
MAIL_SMTP_ENCRYPTION=ssl
html_MESSAGE_FORMAT=true
[email protected]

[[email protected] ~]# chkconfig ovirt-engine-notifier on
[[email protected] ~]# service ovirt-engine-notifier start

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

[[email protected] ~]# service ovirt-engine-notifier restart

以上是关于OVIRT如何配置邮件告警的主要内容,如果未能解决你的问题,请参考以下文章

3.3 zabbix 配置邮件告警

Grafana 邮件告警配置

zabbix详解:添加邮件告警配置

zabbix详解:添加邮件告警配置

监控之--Nagios监控远程windows主机及邮件告警功能的配置

添加自定义监控项目,配置邮件告警,测试告警,不发送邮件的问题处理