Move *.cfg to conf.d/
[i18n-zh.git] / cauchy / nagios / conf.d / service-generic.cfg
blob41f23ff1d2b2d6678fe41a132fb3bfb0e1f9c02b
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
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.
18         is_volatile                     0
19         check_period                    24x7
20         check_interval                  3
21         retry_interval                  1
22         max_check_attempts              7
23         notification_period             24x7
24         notification_options            w,u,c,r
25         contact_groups                  admins
26         register                        0       ; DONT REGISTER THIS DEFINITION - ITS JUST A TEMPLATE!