溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

CentOS下nagios報(bào)警飛信部署四步走

發(fā)布時(shí)間:2020-06-13 06:58:50 來(lái)源:網(wǎng)絡(luò) 閱讀:1462 作者:elain2012 欄目:移動(dòng)開發(fā)

         今天 幫群里一兄弟配了下nagios上的飛信,這個(gè)東西 我個(gè)人感覺還是很實(shí)用的,不過好久沒配了,今天配置了一遍,順便 就把過程記錄下來(lái)了,供大家學(xué)習(xí)!??!
一、安裝飛信

  1. cd /root/tools 
  2. wget http://ebook.elain.org/tools/fetion20101205.tar.gz 
安裝步驟略,軟件包中有 添加要接收?qǐng)?bào)警短信的手機(jī)號(hào)為飛信好友
  1. /usr/local/fetion/fetion --mobile=137xxxxxxxx --pwd=1111111 --to=138xxxxxxxx --msg-type=1 --msg-utf8="The Fetion test is ok"
注:第一次要輸入驗(yàn)證碼,生成驗(yàn)證碼后,另開一終端把圖片下載下來(lái),打開查看,注意區(qū)分大小寫?。?! 二、vi commands.cfg  添加
  1. define command{ 
  2. command_name notify-host-by-fetion 
  3. command_line /usr/local/fetion/fetion --mobile=137xxxxxxxx --pwd=1111111 --to=138xxxxxxxx --msg-type=1 --msg-utf8="** $NOTIFICATIONTYPE$ Host Alert: $HOSTNAME$ is $HOSTSTATE$ **" 
  4.  
  5. define command{ 
  6. command_name notify-service-by-fetion 
  7. command_line /usr/local/fetion/fetion --mobile=137xxxxxxxx --pwd=1111111 --to=138xxxxxxxx --msg-type=1 --msg-utf8="**$NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time: $LONGDATETIME$\n\nAdditional Info:\n\n$SERVICEOUTPUT$ **" 
三、vi templates.cfg
  1. define contact{ 
  2. ………… 
  3. service_notification_commands   notify-service-by-fetion 
  4. host_notification_commands      notify-host-by-fetion 
  5. ………… 

四、 vi contacts.cfg

  1. define contact { 
  2. contact_name                   elain 
  3. alias                          sa 
  4. service_notification_period    24x7 
  5. host_notification_period       24x7 
  6. service_notification_options   w,u,c,r 
  7. host_notification_options      d,u,r 
  8. service_notification_commands  notify-service-by-email,service-notify-by-fetion 
  9. host_notification_commands     notify-host-by-email,host-notify-by-fetion 
  10. email                          elain2012@hotmail.com 
  11. pager                          138xxxxxxxx 


  1. /etc/init.d/nagios  checkconfig    #檢查配置文件 正確性 
  2.  
  3. /etc/nit.d/nagios reload                 #重新加載配置文件 


停服務(wù)做測(cè)試?。?!

轉(zhuǎn)載請(qǐng)注明: 轉(zhuǎn)載自http://www.elain.org

本文鏈接地址:CentOS下nagios報(bào)警飛信部署四步走

 

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI