################################################################################ # Sample object config file for Nagios # # Read the documentation for more information on this configuration file. I've # provided some comments here, but things may not be so clear without further # explanation, so make sure to read the HTML documentation! # # Last Modified: 03-07-2002 # ################################################################################ ################################################################################ # CONTACT DEFINITIONS # # SYNTAX: # ################################################################################ # 'daemon' contact definition define contact{ contact_name daemon1 alias Nagios Admin1 service_notification_period 24x7 host_notification_period 24x7 service_notification_options w,u,c,r host_notification_options d,u,r service_notification_commands notify-by-email host_notification_commands host-notify-by-email email root@power720-2.hwlab.suse.de } define contact{ contact_name daemon2 alias Nagios Admin2 service_notification_period 24x7 host_notification_period 24x7 service_notification_options w,u,c,r host_notification_options d,u,r service_notification_commands notify-by-email host_notification_commands host-notify-by-email email root@power720-3.hwlab.suse.de }