nagios gtalkをアラーム方式に設定
contacts.cfgの内容は以下の通りです.
- define contact{
- contact_name nagiosadmin ; Short name of user
- use generic-contact ; Inherit default values from generic-contact template (defined above)
- alias Nagios Admin ; Full name of user
- pager hx10,hx100 ; gtalk
- email [email protected] ; <<***** CHANGE THIS TO YOUR EMAIL ADDRESS ******
- }
-
- ###############################################################################
- ###############################################################################
- #
- # CONTACT GROUPS
- #
- ###############################################################################
- ###############################################################################
-
- # 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 nagiosadmin
- }