###############################################################################
# contacts.cfg
###############################################################################
成都創(chuàng)新互聯(lián)公司公司2013年成立,是專業(yè)互聯(lián)網(wǎng)技術(shù)服務(wù)公司,擁有項(xiàng)目成都網(wǎng)站制作、成都網(wǎng)站設(shè)計(jì)、外貿(mào)營(yíng)銷網(wǎng)站建設(shè)網(wǎng)站策劃,項(xiàng)目實(shí)施與項(xiàng)目整合能力。我們以讓每一個(gè)夢(mèng)想脫穎而出為使命,1280元豐都做網(wǎng)站,已為上家服務(wù),為豐都各地企業(yè)和個(gè)人服務(wù),聯(lián)系電話:18980820575
###############################################################################
###############################################################################
# CONTACTS 定義聯(lián)系人名稱(可以包含多個(gè)聯(lián)系人)
#如果定義多個(gè)類型的聯(lián)系人,添加多個(gè)define contact{}即可。針對(duì)多級(jí)告警
###############################################################################
###############################################################################
# In this simple config file, a single contact will receive all alerts.
define contact{
contact_name jiankong //名稱
alias jiankong //別名
service_notification_period 24x7 //服務(wù)告警時(shí)間段的名稱
host_notification_period 24x7 //主機(jī)告警時(shí)間段的名稱
#w-warning警告,u-unknown未知,c-critical宕機(jī),r-recovery恢復(fù)
service_notification_options w,u,c,r //服務(wù)告警狀態(tài)
#d-down宕機(jī),u-unknown未知,r-recovery恢復(fù)
host_notification_options d,u,r //主機(jī)告警狀態(tài)
service_notification_commands notify-service-by-email //服務(wù)告警執(zhí)行命令
host_notification_commands notify-host-by-email //主機(jī)告警執(zhí)行命令
email iwo@139.com,test@test.com //聯(lián)系人,添加多個(gè)用逗號(hào)隔開
}
###############################################################################
###############################################################################
#
# CONTACT GROUPS定義聯(lián)系人權(quán)限。默認(rèn)為系統(tǒng)管理員,也可以添加BOSS。
#
###############################################################################
###############################################################################
# We only have one contact in this simple configuration file, so there is
# no need to create more than one contact group.
define contactgroup{
contactgroup_name admins
alias Nagios Administrators
members jiankong
}