-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.yaml
70 lines (54 loc) · 1.6 KB
/
data.yaml
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
poller:
hostsOnCentral: true # dispatch hosts on central server ?
timeperiod:
count: 10 # count of injected timeperiods
contact:
count: 20 # count of injected timeperiods (non admin users)
command:
count: 10 # count of injected commands
metrics:
min: 1 # minimum count of metrics per service
max: 30 # maximum count of metrics per service
host:
count: 80 # count of injected hosts
service:
count: 1000 # count of injected services (randomly linked to a host)
metaservice:
count: 10 # count of injected metaservices
hostgroup:
count: 50 # count of injected hostgroups
hosts:
min: 0 # minimum count of hosts linked to a group
max: 200 # maximum count of hosts linked to a group
servicegroup:
count: 60 # count of injected servicegroups
services:
min: 0 # minimum count of services linked to a group
max: 300 # maximum count of services linked to a group
host_category:
count: 20 # count of injected host categories
hosts:
min: 0 # minimum count of hosts linked to a category
max: 10 # maximum count of hosts linked to a category
service_category:
count: 30 # count of injected service categories
hosts:
min: 0 # minimum count of services linked to a category
max: 30 # maximum count of services linked to a category
ba:
count: 10 # count of injected bas
kpi:
count: 100 # count of injected kpis (randomly linked to existing bas)
host_disco_job:
count: 30 # count of injected host discovery jobs
acl_resource:
count: 10
hosts: 100
servicegroups: 1000
acl_group:
count: 10
resources: 3
user:
administrators: 100
editors: 100
users: 100