########################################################################### # Define a servicegroup for Lotus Notes service checks # Lotus Notes service checks will be members of this group ########################################################################### define servicegroup{ servicegroup_name patch-checks-linux ;The name of the servicegroup alias Linux Update Checks;Long name of the group } ########################################################################### # Define the database check template service ########################################################################### define service{ name generic-patch-linux active_checks_enabled 1 passive_checks_enabled 1 parallelize_check 1 obsess_over_service 1 check_freshness 0 notifications_enabled 1 event_handler_enabled 1 flap_detection_enabled 1 failure_prediction_enabled 1 process_perf_data 1 retain_status_information 1 retain_nonstatus_information 1 is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 480 # check every 8 hours retry_check_interval 1 contact_groups frankonly notification_options u,w,c,r notification_interval 1440 # notify once per day notification_period 24x7 register 0 servicegroups patch-checks } ########################################################################### # OS Patch Update Check via SNMP extend scripts ########################################################################### define service { use generic-patch-linux host_name ml08460 name check_snmp_extend service_description check_patch_sles10 check_command check_snmp_extend!myread!nagiosupdate } ###########################################################################