Move stuff around
[mirror/dsa-nagios.git] / config / nagios-conf / generic-service.cfg
1 # generic service template definition
2 define service{
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 (disabling this can lead to major performance problems)
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         retain_status_information       1       ; Retain status information across program restarts
15         retain_nonstatus_information    1       ; Retain non-status information across program restarts
16         notification_interval           0       ; Only send notifications on status change by default.
17         is_volatile                     0
18         check_period                    24x7
19         normal_check_interval           15
20         retry_check_interval            2
21         max_check_attempts              6
22         notification_period             24x7
23         notification_options            w,u,c,r
24         contact_groups                  dsa
25         register                        0       ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE!
26         }