-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsysdb.conf
116 lines (116 loc) · 5.05 KB
/
sysdb.conf
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
{
"defaults": {
"title": "SysDB - The System DataBase",
"description": "“System Datebase” (SysDB) is an Open Source daemon which aggregates system management and inventory information and stores them in a central database. All information is retrieved from other hardware or software systems and may be queried through a generic interface.",
"template": "templates/main.tmpl",
"right": "templates/latest_releases.tmpl"
},
"pages": {
"index.html": {
"left": "templates/index.tmpl"
},
"news/index.html": {
"left": "news/news.html",
"right": "templates/releases_twitter.tmpl",
"title": "SysDB - News",
"description": "The latest news about SysDB, providing a summary of the most recent releases."
},
"news/release-0.1.0.html": {
"left": "news/release-0.1.0.html",
"right": "templates/releases_twitter.tmpl",
"title": "SysDB - 0.1.0 Release",
"description": "SysDB Release 0.1.0 - The initial public release of SysDB."
},
"news/release-0.2.0.html": {
"left": "news/release-0.2.0.html",
"right": "templates/releases_twitter.tmpl",
"title": "SysDB - 0.2.0 Release",
"description": "SysDB Release 0.2.0 - A development snapshot extending query support and stabilizing existing features."
},
"news/release-0.3.0.html": {
"left": "news/release-0.3.0.html",
"right": "templates/releases_twitter.tmpl",
"title": "SysDB - 0.3.0 Release",
"description": "SysDB Release 0.3.0 - A development snapshot focusing on major enhancements and new features in the SysDB store."
},
"news/release-0.4.0.html": {
"left": "news/release-0.4.0.html",
"right": "templates/releases_twitter.tmpl",
"title": "SysDB - 0.4.0 Release",
"description": "SysDB Release 0.4.0 - A development snapshot featuring support for metrics and transparent access to a backend's time-series data."
},
"news/release-0.5.0.html": {
"left": "news/release-0.5.0.html",
"right": "templates/releases_twitter.tmpl",
"title": "SysDB - 0.5.0 Release",
"description": "SysDB Release 0.5.0 - A development snapshot focusing on simplifications and more flexibility in the frontend and the query language."
},
"news/release-0.6.0.html": {
"left": "news/release-0.6.0.html",
"right": "templates/releases_twitter.tmpl",
"title": "SysDB - 0.6.0 Release",
"description": "SysDB Release 0.6.0 - A development snapshot focusing on a clearer query language and a more powerful query architecture."
},
"news/release-0.7.0.html": {
"left": "news/release-0.7.0.html",
"right": "templates/releases_twitter.tmpl",
"title": "SysDB - 0.7.0 Release",
"description": "SysDB Release 0.7.0 - A development snapshot providing various features related to running SysDB as an agent."
},
"news/release-0.8.0.html": {
"left": "news/release-0.8.0.html",
"right": "templates/releases_twitter.tmpl",
"title": "SysDB - 0.8.0 Release",
"description": "SysDB Release 0.8.0 - A development snapshot providing generic and powerful store (query) interface and modular store implementations."
},
"news/sysdb.go.html": {
"left": "news/sysdb.go.html",
"right": "templates/releases_twitter.tmpl",
"title": "SysDB - Go bindings",
"description": "SysDB Go bindings - A Go client implementation."
},
"news/webui.html": {
"left": "news/webui.html",
"right": "templates/releases_twitter.tmpl",
"title": "SysDB - Web Interface",
"description": "SysDB Web Interface - A web-based client to browse and query SysDB."
},
"features/index.html": {
"left": "templates/features/index.tmpl",
"title": "SysDB - Features",
"description": "A summary of SysDB's main features: hostname canonicalization; flexible object-types; simple query language; modular, extensible, and scalable client/server architecture."
},
"download/index.html": {
"left": "templates/download/index.tmpl",
"title": "SysDB - Download",
"description": "Download SysDB which is distributed as Open Source Software released under the simplified BSD license."
},
"documentation/index.html": {
"left": "templates/documentation/index.tmpl",
"title": "SysDB - Documentation",
"description": "Learn all about SysDB from its extensive manual pages."
},
"community/index.html": {
"left": "templates/community/index.tmpl",
"right": "templates/releases_twitter.tmpl",
"title": "SysDB - Community",
"description": "Join the SysDB community by contributing code, documentation, or spreading the word about SysDB."
},
"community/videos.html": {
"left": "templates/community/videos.tmpl",
"right": "templates/releases_twitter.tmpl",
"title": "SysDB - Videos",
"description": "SysDB was present at various conferences. Missed it? Catch up by watching these videos."
},
"contact/index.html": {
"left": "templates/contact/index.tmpl",
"right": "templates/releases_twitter.tmpl",
"title": "SysDB - Contact",
"description": "Keep in contact with SysDB developers and users through mailing lists, IRC chat, or social media."
},
"404.html": {
"left": "templates/404.tmpl",
"title": "SysDB - Error 404 - Not found"
}
}
}