Add : orphaned test to all tests.
[shinken.git] / test / etc / complex_hostgroups / hosts.cfg
blob6e29869612095d2a20ef6927dee5b8f553bd3326
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             3
9   name                           generic-host
10   notification_interval          1
11   notification_options           d,u,r,f,s
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   action_url                     http://search.cpan.org/dist/Monitoring-Generator-TestConfig/
23   address                        127.0.0.1
24   alias                          flap_0
25   check_command                  check-host-alive!flap
26   check_period                   24x7
27   host_name                      test_router_0
28   hostgroups                     router
29   icon_image                     ../../docs/images/switch.png
30   icon_image_alt                 icon alt string
31   notes                          just a notes string
32   notes_url                      http://search.cpan.org/dist/Monitoring-Generator-TestConfig/README
33   use                            generic-host
36 define host{
37   address                        127.0.0.1
38   alias                          up_0
39   check_command                  check-host-alive-parent!up!$HOSTSTATE:test_router_0$
40   event_handler                  eventhandler
41   check_period                   24x7
42   host_name                      test_host_0
43   hostgroups                     hostgroup_01,up
44   parents                        test_router_0
45   use                            generic-host
49 #PROD LINUX WEB
50 define host{
51   address                        127.0.0.1
52   alias                          up_0
53   check_command                  check-host-alive-parent!up!$HOSTSTATE:test_router_0$
54   event_handler                  eventhandler
55   check_period                   24x7
56   host_name                      test_linux_web_prod_0
57   hostgroups                     prod,web,linux,name-with-minus-in-it
58   parents                        test_router_0
59   use                            generic-host
63 #QUAL LINUX WEB
64 define host{
65   address                        127.0.0.1
66   alias                          up_0
67   check_command                  check-host-alive-parent!up!$HOSTSTATE:test_router_0$
68   event_handler                  eventhandler
69   check_period                   24x7
70   host_name                      test_linux_web_qual_0
71   hostgroups                     qual,web,linux
72   parents                        test_router_0
73   use                            generic-host
76 #PROD WIN WEB
77 define host{
78   address                        127.0.0.1
79   alias                          up_0
80   check_command                  check-host-alive-parent!up!$HOSTSTATE:test_router_0$
81   event_handler                  eventhandler
82   check_period                   24x7
83   host_name                      test_win_web_prod_0
84   hostgroups                     prod,web,win
85   parents                        test_router_0
86   use                            generic-host
89 #QUAL WIN WEB
90 define host{
91   address                        127.0.0.1
92   alias                          up_0
93   check_command                  check-host-alive-parent!up!$HOSTSTATE:test_router_0$
94   event_handler                  eventhandler
95   check_period                   24x7
96   host_name                      test_win_web_qual_0
97   hostgroups                     qual,web,win
98   parents                        test_router_0
99   use                            generic-host
102 #PROD LINUX FILE
103 define host{
104   address                        127.0.0.1
105   alias                          up_0
106   check_command                  check-host-alive-parent!up!$HOSTSTATE:test_router_0$
107   event_handler                  eventhandler
108   check_period                   24x7
109   host_name                      test_linux_file_prod_0
110   hostgroups                     prod,file,linux
111   parents                        test_router_0
112   use                            generic-host