1 # generic service template definition
3 name generic-service ; The 'name' of this service template
4 active_checks_enabled 1 ; Active service checks are enabled
5 passive_checks_enabled 1 ; Passive service checks are enabled/accepted
6 parallelize_check 1 ; Active service checks should be parallelized
7 obsess_over_service 1 ; We should obsess over this service (if necessary)
8 check_freshness 0 ; Default is to NOT check service 'freshness'
9 notifications_enabled 1 ; Service notifications are enabled
10 event_handler_enabled 1 ; Service event handler is enabled
11 flap_detection_enabled 1 ; Flap detection is enabled
12 failure_prediction_enabled 1 ; Failure prediction is enabled
13 process_perf_data 1 ; Process performance data
14 action_url /nagios3/pnp/index.php?host=$HOSTNAME$&srv=$SERVICEDESC$
15 retain_status_information 1 ; Retain status information across program restarts
16 retain_nonstatus_information 1 ; Retain non-status information across program restarts
17 notification_interval 0 ; Only send notifications on status change by default.
23 notification_period 24x7
24 notification_options w,u,c,r
26 register 0 ; DONT REGISTER THIS DEFINITION - ITS JUST A TEMPLATE!