真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

nagios中怎么設(shè)置郵件報警-創(chuàng)新互聯(lián)

本篇文章為大家展示了nagios中怎么設(shè)置郵件報警,內(nèi)容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。

專業(yè)成都網(wǎng)站建設(shè)公司,做排名好的好網(wǎng)站,排在同行前面,為您帶來客戶和效益!創(chuàng)新互聯(lián)為您提供成都網(wǎng)站建設(shè),五站合一網(wǎng)站設(shè)計制作,服務(wù)好的網(wǎng)站設(shè)計公司,成都做網(wǎng)站、網(wǎng)站建設(shè)、外貿(mào)營銷網(wǎng)站建設(shè)負責(zé)任的成都網(wǎng)站制作公司!

1、下載 sendEmail

  wget http://caspian.dotconf.net/menu/Software/SendEmail/sendEmail-v1.56.tar.gz

2、配置 sendEmail

  tar zxvf sendEmail-v1.56.tar.gz

  cd sendEmail-v1.56

  cp sendEmail /usr/local/bin

  chmod 777 /usr/local/bin/sendEmail

  發(fā)送測試郵件

  /usr/local/bin/sendEmail -f test@126.com -t test@qq.com -s smtp.126.com -xu test@126.com -xp password -u "nagios" -m "tets"
解釋:
-f表示發(fā)送者的郵箱
-t表示接收者的郵箱
-s表示SMTP服務(wù)器的域名或者ip
-u表示郵件的主題
-xu表示SMTP驗證的用戶名
-xp表示SMTP驗證的密碼
-m表示郵件的內(nèi)容

3、配置contacts.cfg

vi /usr/local/nagios/etc/objects/contacts.cfg  輸入接收報警郵箱地址

define contact{

    contact_name           nagiosadmin       ; Short name of user

    use               generic-contact     ; Inherit default values from generic-contact template (defined above)

    alias              Nagios Admin       ; Full name of user

    email              test@test.com  ; <<***** CHANGE THIS TO YOUR EMAIL ADDRESS ******

    }

4、配置commands.cfg

vi /usr/local/nagios/etc/objects/commands.cfg

注解# 'notify-host-by-email' command definition 與# 'notify-service-by-email' command definition下所有的設(shè)置

重新輸入以下內(nèi)容

# 'notify-host-by-email' command definition

define command{

    command_name   notify-host-by-email

    command_line   /usr/bin/printf "%b" "***** Nagios *****\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState: $HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time: $LONGDATETIME$\n" | /usr/local/bin/sendEmail -f test@126.com -t $CONTACTEMAIL$ -s smtp.126.com -u "**$HOSTALIAS$ is $HOSTSTATE$**"-xu test@126.com -xp password -o message-charset=utf8

    }

# 'notify-service-by-email' command definition

define command{

    command_name   notify-service-by-email

 command_line   /usr/bin/printf "%b" "***** Nagios *****\nNotification Type: $NOTIFICATIONTYPE$\nService: $SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time: $LONGDATETIME$\n\nAdditional Info:\n$SERVICEOUTPUT$\n" | /usr/local/bin/sendEmail -f test@126.com -t $CONTACTEMAIL$ -s smtp.126.com -u "**$HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$**" -xu test@126.com -xp password -o message-charset=utf8

    }

5、重啟服務(wù)

上述內(nèi)容就是nagios中怎么設(shè)置郵件報警,你們學(xué)到知識或技能了嗎?如果還想學(xué)到更多技能或者豐富自己的知識儲備,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機、免備案服務(wù)器”等云主機租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。


本文題目:nagios中怎么設(shè)置郵件報警-創(chuàng)新互聯(lián)
本文地址:http://weahome.cn/article/icdej.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部