1 #############################################################################
2 ## THIS FILE IS COPIED TO THE FINAL LOCATION USING PUPPET
3 ## ITS AUTHORITATIVE HOME IS THE DSA-NAGIOS CONFIGURATION GIT
4 #############################################################################
5 # generic service template definition
7 name generic-service ; The 'name' of this service template
8 active_checks_enabled 1 ; Active service checks are enabled
9 passive_checks_enabled 1 ; Passive service checks are enabled/accepted
10 parallelize_check 1 ; Active service checks should be parallelized (disabling this can lead to major performance problems)
11 obsess_over_service 1 ; We should obsess over this service (if necessary)
12 check_freshness 0 ; Default is to NOT check service 'freshness'
13 notifications_enabled 1 ; Service notifications are enabled
14 event_handler_enabled 1 ; Service event handler is enabled
15 flap_detection_enabled 1 ; Flap detection is enabled
16 failure_prediction_enabled 1 ; Failure prediction is enabled
17 process_perf_data 1 ; Process performance data
18 retain_status_information 1 ; Retain status information across program restarts
19 retain_nonstatus_information 1 ; Retain non-status information across program restarts
20 notification_interval 0 ; Only send notifications on status change by default.
23 normal_check_interval 15
24 retry_check_interval 2
26 notification_period 24x7
27 notification_options w,u,c,r
29 register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE!