02d157edae1a98fced48c769ccb8d82d4b4612c2
[mirror/dsa-nagios.git] / config / nagios-conf / generic-host.cfg
1 # Generic host definition template - This is NOT a real host, just a template!
2
3 define host{
4         name                            generic-host    ; The name of this host template
5         notifications_enabled           1       ; Host notifications are enabled
6         event_handler_enabled           1       ; Host event handler is enabled
7         flap_detection_enabled          1       ; Flap detection is enabled
8         failure_prediction_enabled      1       ; Failure prediction is enabled
9         process_perf_data               1       ; Process performance data
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         max_check_attempts              10
14         notification_interval           1440
15         notification_period             24x7
16         notification_options            d,u,r
17         contact_groups                  dsa
18         register                        0       ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
19         }