blob: 789de94a6c91bd2aef29a36d583baa27830ee0e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
---
name: Test
children:
- name: Single Objects
children:
- name: OK
children:
- host: host_ok
- host: host_ok
service: s_ok
- host: host_s_soft
- host: host_s_soft
service: s_critical_soft
- name: DOWN
children:
- host: host_down
- host: host_down
service: s_critical
- name: CRITICAL
children:
- host: host_s_critical
- host: host_s_critical
service: s_critical
- name: WARNING
children:
- host: host_s_warning
- host: host_s_warning
service: s_warning
- name: Single Objects Handled
children:
- name: CRITICAL handled
children:
- host: host_s_critical_handled
- host: host_s_critical_handled
service: s_critical_handled
- name: WARNING handled
children:
- host: host_s_warning_handled
- host: host_s_warning_handled
service: s_warning_handled
- name: Hostgroups
children:
- name: OK
children:
- hostgroup: HG_OK
- hostgroup: HG_SOFT
- name: DOWN
children:
- hostgroup: HG_DOWN
- name: CRITICAL
children:
- hostgroup: HG_CRITICAL
- name: WARNING
children:
- hostgroup: HG_WARNING
- name: TLV Missing
children:
- name: Partially missing
children:
- host: host_ok
- name: missing
- name: Missing with problems
children:
- host: host_down
- name: missing
- name: Missing with handled
children:
- host: host_down_handled
- name: missing
- name: Empty
children:
- name: nothing here
- name: Notexisting Object
children:
- host: notexisting
|