############################################################################### ############################################################################### # # 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 } ############################################################################### ############################################################################### # # CONTACTS # ############################################################################### ############################################################################### define contact{ contact_name nagiosadmin ; Short name of user use generic-contact (defined above) alias Nagios Admin ; Full name of user email root@localhost ; << CHANGE TO YOUR EMAIL ADDRESS } ############################################################################### ############################################################################### # # CONTACT TEMPLATES # ############################################################################### ############################################################################### define contact{ name generic-contact 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 host_notification_commands notify-host-by-email register 0 }