nagios gtalkをアラーム方式に設定


contacts.cfgの内容は以下の通りです.
 

  
  
  
  
  1. define contact{  
  2.         contact_name                    nagiosadmin     ; Short name of user 
  3.     use             generic-contact     ; Inherit default values from generic-contact template (defined above)  
  4.         alias                           Nagios Admin        ; Full name of user 
  5.     pager               hx10,hx100  ; gtalk  
  6.         email                           [email protected]    ; <<***** CHANGE THIS TO YOUR EMAIL ADDRESS ******  
  7.         }  
  8.  
  9. ###############################################################################  
  10. ###############################################################################  
  11. #  
  12. # CONTACT GROUPS  
  13. #  
  14. ###############################################################################  
  15. ###############################################################################  
  16.  
  17. # We only have one contact in this simple configuration file, so there is 
  18. no need to create more than one contact group.  
  19.  
  20. define contactgroup{  
  21.         contactgroup_name       admins  
  22.         alias                   Nagios Administrators  
  23.         members                 nagiosadmin  
  24.         }