5f27062f495dff3a2cfd357867abafc092271f99
[mirror/dsa-nagios.git] / config / static / objects / generic-service.cfg
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
6 define service{
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.
21         notification_interval           300
22         is_volatile                     0
23         check_period                    24x7
24         normal_check_interval           15
25         retry_check_interval            2
26         max_check_attempts              6
27         notification_period             24x7
28         notification_options            w,u,c,r
29         contact_groups                  dsa-notifier
30         register                        0       ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE!
31         }