除此之外再定义一个联系人

  1. define contact{  
  2.  
  3. contact_name chengnan_cor  
  4.  
  5. alias chengnan_cor  
  6.  
  7. service_notification_period 24x7  
  8.  
  9. host_notification_period 24x7  
  10.  
  11. service_notification_options w,u,c,r  
  12.  
  13. host_notification_options d,u,r  
  14.  
  15. service_notification_commands notify-service-by-email  
  16.  
  17. host_notification_commands notify-host-by-email  
  18.  
  19. email chengnan@company.com //公司邮箱  
  20.  
  21. }  
  22.  

  1. define contactgroup{  
  2.  
  3. contactgroup_name sysadmin  
  4.  
  5. alias sysadmin  
  6.  
  7. members chengnan_cor  
  8.  
  9. }  
  10.  


相关内容