Move *.cfg to conf.d/
[i18n-zh.git] / cauchy / nagios / conf.d / host-generic.cfg
blob8f17175b079bd68ca0564150e65ad3ca03da3c6b
1 # generic host template definition
2 define host{
3         name                            generic-host    ; The name of this host template
4         notifications_enabled           1       ; Host notifications are enabled
5         event_handler_enabled           1       ; Host event handler is enabled
6         flap_detection_enabled          1       ; Flap detection is enabled
7         failure_prediction_enabled      1       ; Failure prediction is enabled
8         process_perf_data               1       ; Process performance data
9         action_url                      /nagios3/pnp/index.php?host=$HOSTNAME$
10         retain_status_information       1       ; Retain status information across program restarts
11         retain_nonstatus_information    1       ; Retain non-status information across program restarts
12         check_command                   check-host-alive
13         # check_command                 check_tcp!135!1!3
14         # check_command                 check_tcp!22!1!3
15         max_check_attempts              7
16         check_interval                  3
17         check_period                    24x7
18         retry_interval                  1
19         notification_interval           30
20         notification_period             24x7
21         notification_options            d,u,r
22         contact_groups                  admins
23         register                        0       ; DONT REGISTER THIS DEFINITION - ITS JUST A TEMPLATE!