forked from deib-polimi/tower4clouds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
couscous.yml
153 lines (147 loc) · 5.56 KB
/
couscous.yml
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
#
# Copyright (C) 2014 Politecnico di Milano ([email protected])
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
template:
directory: website
exclude:
- /data-analyzer
- /data-collectors
- /data-collector-library
- /integration
- /manager
- /model
- /rules
- /use-cases
- /observers
- /common
- /scripts
- /target
baseUrl: http://deib-polimi.github.io/tower4clouds
# Used to link to the GitHub project
github:
user: deib-polimi
repo: tower4clouds
title: Tower 4Clouds
subTitle: A monitoring framework for clouds
# The left menu bar
menu:
items:
index:
text: Documentation Index
relativeUrl: docs/
overview:
text: Overview
relativeUrl: docs/overview.html
get-started:
text: Get started
relativeUrl: docs/get-started.html
mosaic-installation:
text: Installation on mOSAIC
relativeUrl: docs/mosaic-installation.html
data-collectors:
text: Data Collectors
relativeUrl: docs/data-collectors/
submenu:
items:
java-app-dc:
text: Java App Data Collector
relativeUrl: docs/data-collectors/java-app-dc.html
flexiant-dc:
text: Flexiant Data Collector
relativeUrl: docs/data-collectors/flexiant-dc.html
byodc:
text: Bring Your Own Data Collector
relativeUrl: docs/data-collectors/byodc.html
manager:
text: Manager
relativeUrl: docs/manager/
submenu:
items:
configuration:
text: Configuration
relativeUrl: docs/manager/configuration.html
webapp:
text: Webapp
relativeUrl: docs/manager/webapp.html
java-api:
text: Java API
relativeUrl: docs/manager/java-api.html
rest-api:
text: REST API
relativeUrl: docs/manager/rest-api/
data-analyzer:
text: Data Analyzer
relativeUrl: docs/data-analyzer/
submenu:
items:
streams:
text: Streams
relativeUrl: docs/data-analyzer/streams.html
serialization-formats:
text: Serialization Formats
relativeUrl: docs/data-analyzer/serialization-formats.html
transfer-protocol:
text: Transfer Protocol
relativeUrl: docs/data-analyzer/transfer-protocol.html
model:
text: The Model
relativeUrl: docs/model/
rules:
text: Rules
relativeUrl: docs/rules/
submenu:
items:
actions:
text: Actions
relativeUrl: docs/rules/actions/
submenu:
items:
outputmetric:
text: Output Metric
relativeUrl: docs/rules/actions/outputmetric.html
restcall:
text: Rest Call
relativeUrl: docs/rules/actions/restcall.html
cloudmlcall:
text: CloudML Call
relativeUrl: docs/rules/actions/cloudmlcall.html
observers:
text: Observers
relativeUrl: docs/observers/
submenu:
items:
historydb:
text: HistoryDB
relativeUrl: docs/observers/rdf-history-db/
submenu:
items:
historydb-manual:
text: User Manual
relativeUrl: docs/observers/rdf-history-db/user-manual.html
historydb-api:
text: API Reference
relativeUrl: docs/observers/rdf-history-db/api/
historydb-datastore:
text: DataStore Reference
relativeUrl: docs/observers/rdf-history-db/datastore/
historydb-install:
text: Install Guide
relativeUrl: docs/observers/rdf-history-db/install.html
changelog:
text: Change log
relativeUrl: CHANGELOG.html
contributing:
text: Contributing
relativeUrl: CONTRIBUTING.html