Fix : fix hot module under windows test. (at leat I hope...)
[shinken.git] / test / etc / problem_impact / hosts.cfg
blob69c47ad8d6070e47b578c3c30aad993a250b179c
1 define host{
2   check_interval                 1
3   check_period                   24x7
4   contact_groups                 test_contact
5   event_handler_enabled          1
6   failure_prediction_enabled     1
7   flap_detection_enabled         1
8   max_check_attempts             5
9   name                           generic-host
10   notification_interval          0
11   notification_options           d,u,r
12   notification_period            24x7
13   notifications_enabled          1
14   process_perf_data              1
15   register                       0
16   retain_nonstatus_information   1
17   retain_status_information      1
18   retry_interval                 1
21 define host{
22   address                        127.0.0.1
23   alias                          down_0
24   check_command                  check-host-alive!down
25   check_period                   24x7
26   host_name                      test_router_0
27   hostgroups                     router
28   use                            generic-host
31 define host{
32   address                        127.0.0.1
33   alias                          down_1
34   check_command                  check-host-alive!down
35   check_period                   24x7
36   host_name                      test_router_1
37   hostgroups                     router
38   use                            generic-host
43 define host{
44   address                        127.0.0.1
45   alias                          down_0
46   check_command                  check-host-alive!down
47   check_period                   24x7
48   host_name                      test_host_0
49   hostgroups                     hostgroup_01,down
50   parents                        test_router_0,test_router_1
51   use                            generic-host
54 define host{
55   active_checks_enabled          0
56   address                        127.0.1.2
57   alias                          pending_1
58   check_command                  check-host-alive!down
59   check_period                   24x7
60   host_name                      test_host_1
61   hostgroups                     hostgroup_02,pending
62   use                            generic-host
63   parents                        test_router_0,test_router_1