############################################################################### # CONTACTS.CFG - SAMPLE CONTACT/CONTACTGROUP DEFINITIONS # # # NOTES: This config file provides you with some example contact and contact # group definitions that you can reference in host and service # definitions. # # You don't need to keep these definitions in a separate file from your # other object definitions. This has been done just to make things # easier to understand. # ############################################################################### ############################################################################### # # CONTACTS # ############################################################################### # Just one contact defined by default - the Nagios admin (that's you) # This contact definition inherits a lot of default values from the # 'generic-contact' template which is defined elsewhere. #define contact { # # name nagiosadministrator ; The name of this contact template # service_notification_period 24x7 ; service notifications can be sent anytime # host_notification_period 24x7 ; host notifications can be sent anytime # service_notification_options w,u,c,r,f,s ; send notifications for all service states, flapping events, and scheduled downtime events # host_notification_options d,u,r,f,s ; send notifications for all host states, flapping events, and scheduled downtime events # 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 ; DON'T REGISTER THIS DEFINITION - ITS NOT A REAL CONTACT, JUST A TEMPLATE! #} define contact { contact_name nagiosadmin ; Short name of user use generic-contact ; Inherit default values from generic-contact template (defined above) alias Ricson Liberato ; Full name of user email ricson.liberato@company.com ; <<***** CHANGE THIS TO YOUR EMAIL ADDRESS ******i service_notification_options w,u,c,r,f,s ; send notifications for all service states, flapping events, and scheduled downtime events host_notification_period 24x7 service_notification_period 24x7 ; service notifications can be sent anytime host_notification_options d,u,r,f,s host_notification_commands notify-host-by-email service_notification_commands notify-service-by-email } ############################################################################### # # 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 }