1 # generic host template definition
3 name generic-host ; The name of this host template
4 notifications_enabled 1 ; Host notifications are enabled
5 event_handler_enabled 1 ; Host event handler is enabled
6 flap_detection_enabled 1 ; Flap detection is enabled
7 failure_prediction_enabled 1 ; Failure prediction is enabled
8 process_perf_data 1 ; Process performance data
9 action_url /nagios3/pnp/index.php?host=$HOSTNAME$
10 retain_status_information 1 ; Retain status information across program restarts
11 retain_nonstatus_information 1 ; Retain non-status information across program restarts
12 check_command check-host-alive
13 # check_command check_tcp!135!1!3
14 # check_command check_tcp!22!1!3
19 notification_interval 30
20 notification_period 24x7
21 notification_options d,u,r
23 register 0 ; DONT REGISTER THIS DEFINITION - ITS JUST A TEMPLATE!