zabbix 發郵件報 Support for SMTP authentication was not compiled invim
其實出現這種問題的緣由是咱們機器上的 libcurl 版本過低所致。在zabbix的官方說明文檔上咱們能夠知道:zabbix3.x要想使用SMTP,那麼須要7.20.0及以上版本的curl而且zabbix服務端在編譯安裝時須要添加–with-libcurl模塊,官方原文以下:bash
To make SMTP authentication options available, Zabbix server should be compiled with the –with-libcurl
compilation option with cURL 7.20.0 or higher.
升級 curl 操做以下:curl
rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/city-fan.org-release-1-13.rhel6.noarch.rpm
vim /etc/yum.repos.d/city-fan.org.repo
修改全部 enabled=1
to enabled=0
url
yum --enablerepo=city-fan.org update curl
升級完成後,須要從新編譯安裝 zabbixspa