Modify the command file:
# vi /etc/nagios/objects/commands.cfg
10年積累的成都網(wǎng)站設(shè)計、網(wǎng)站建設(shè)經(jīng)驗,可以快速應(yīng)對客戶對網(wǎng)站的新想法和需求。提供各種問題對應(yīng)的解決方案。讓選擇我們的客戶得到更好、更有力的網(wǎng)絡(luò)服務(wù)。我雖然不認識你,你也不認識我。但先做網(wǎng)站設(shè)計后付款的網(wǎng)站建設(shè)流程,更有襄州免費網(wǎng)站建設(shè)讓你可以放心的選擇與我們合作。
# 'notify-host-by-email' command definition define command{ command_name notify-host-by-email command_line /usr/bin/printf "\nHost: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time\n" | /bin/mail -s "$NOTIFICATIONTYPE$ Host Alert: $HOSTNAME$ is $HO STSTATE$" $CONTACTEMAIL$ } # 'notify-service-by-email' command definition define command{ command_name notify-service-by-email command_line /usr/bin/printf "\nHost: $HOSTADDRESS$\nInfo: $SERVICEOUTPUT$\n\nDate/Time\n" | /bin/mail -s "$NOTIFICATIONTYPE$ Service Alert: $SERVICEDES C$ is $SERVICESTATE$" $CONTACTEMAIL$ }
Modify the template file:
# vi /etc/nagios/objects/templates.cfg
define contact{ name generic-contact ;The name of this contact template service_notification_period 24x7 host_notification_period 24x7 service_notification_options w,u,c,r,f,s host_notification_options d,u,r,f,s service_notification_commands notify-service-by-email ;send service notifications via email host_notification_commands notify-host-by-email ;send host notifications via email register 0 ;DONT REGISTER THIS DEFINITION - ITS NOT A REAL CONTACT, JUST A TEMPLATE! }
Modify the contact file:
# vi /etc/nagios/objects/contacts.cfg
define contact{ contact_name test1 ; Short name of user use generic-contact alias network Admin ; Full name of user host_notifications_enabled 1 service_notifications_enabled 1 host_notification_period 24x7 service_notification_period 24x7 host_notification_options d,u,r service_notification_options w,u,c,r host_notification_commands notify-host-by-email service_notification_commands notify-service-by-email email test@163.com } define contact{ contact_name test2 ; Short name of user use generic-contact alias network Admin ; Full name of user host_notifications_enabled 1 service_notifications_enabled 1 email test2@localhost.localdomain } define contact{ contact_name test3 ; Short name of user use generic-contact alias system Admin ; Full name of user host_notifications_enabled 1 service_notifications_enabled 1 host_notification_period 24x7 service_notification_period 24x7 host_notification_options d,u,r service_notification_options w,u,c,r host_notification_commands notify-host-by-email service_notification_commands notify-service-by-email email 464165559@qq.com } define contactgroup{ contactgroup_name Network alias Network Administrators members test1,test2 } define contactgroup{ contactgroup_name System alias System Administrators members test3 }
Modify the hosts file to be monitored:
# vi /etc/nagios/Linuxhosts/localhost.cfg
define service{ use local-service,srv-pnp ; Name of service template to use host_name Monitor service_description Root Partition check_command check_local_disk!60%!90%!/dev/sda2 contacts test3 contact_groups Network }
Grammar Checker&&Restart:
# /usr/local/nagios/bin/nagios -v /etc/nagios/nagios.cfg
# service nagios restart
文章標(biāo)題:Customcontact
網(wǎng)站鏈接:http://www.rwnh.cn/article12/pcopdc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供軟件開發(fā)、、Google、域名注冊、服務(wù)器托管、網(wǎng)站收錄
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)