Do not use check-host-alive check_command in generic host
[mirror/dsa-nagios.git] / config / static / conf.d / generic-host.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 host definition template - This is NOT a real host, just a template!
6
7 define host{
8         name                            generic-host    ; The name of this host template
9         notifications_enabled           1       ; Host notifications are enabled
10         event_handler_enabled           1       ; Host 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         #check_command                   check-host-alive
17         max_check_attempts              10
18         notification_interval           1440
19         notification_period             24x7
20         notification_options            d,u,r
21         contact_groups                  dsa
22         register                        0       ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE!
23         }