################################################################################ ################################################################################ # Generic host definition template define host{ name generic-host notifications_enabled 1 event_handler_enabled 1 flap_detection_enabled 1 process_perf_data 1 retain_status_information 1 retain_nonstatus_information 1 register 0 } ############################################################################### ############################################################################### # 'mybsd' host definition define host{ use generic-host host_name mybsd alias MyBSD Server #1 address 192.168.1.1 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r } # 'note' host definition define host{ use generic-host host_name note alias Note Server #1 address 192.168.1.5 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24x7 notification_options d,u,r } ############################################################################### ###############################################################################