# Service definition CPUTEMP define service{ use generic-service ; Name of service template to use host_name HP-DRAKEN-1,HP-DRAKEN-2,HP-SW2824-C,HP-SWITCH-6108,HP-SW2824-M service_description CPU-TEMP is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups switch-admins notification_interval 240 notification_period 24x7 notification_options c,r check_command check_hptemp!nagios!4!3:5 } # Service definition FAN define service{ use generic-service ; Name of service template to use host_name HP-DRAKEN-1,HP-DRAKEN-2,HP-SW2824-C,HP-SWITCH-6108,HP-SW2824-M service_description FAN-STATUS is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups switch-admins notification_interval 240 notification_period 24x7 notification_options c,r check_command check_hpfan!nagios!4!3:5 } # Service definition MEM-FREE define service{ use generic-service ; Name of service template to use host_name HP-DRAKEN-1,HP-DRAKEN-2,HP-SW2824-C,HP-SWITCH-6108,HP-SW2824-M service_description MEM-FREE is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups switch-admins notification_interval 240 notification_period 24x7 notification_options c,r check_command check_hpmemoryfree!nagios!2000:30000000!1000:30000000 } # Service definition CPU define service{ use generic-service ; Name of service template to use host_name HP-DRAKEN-1,HP-DRAKEN-2,HP-SW2824-C,HP-SWITCH-6108,HP-SW2824-M service_description CPU is_volatile 0 check_period 24x7 max_check_attempts 3 normal_check_interval 5 retry_check_interval 1 contact_groups switch-admins notification_interval 240 notification_period 24x7 notification_options c,r check_command check_hp_cpu!nagios!95:90!100:95 }