-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmoskito-central.html
210 lines (193 loc) · 12 KB
/
moskito-central.html
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Central Data Storage for MoSKito, the Open Source Java Performance Monitoring Tool</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="description" content="MoSKito-Central: Storage Server for Java application's performance data, collected by MoSKito"/>
<meta name="keywords" content="moskito storage, centralised storage server, performance history, java monitoring, application monitoring,
open source java monitoring, moskito"/>
<link rel="shortcut icon" href="static-int/img/favicon.ico" type="image/x-icon">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" rev="stylesheet" href="static-ext/bootstrap-3.3.4/css/bootstrap.min.css"/>
<link type="text/css" rel="stylesheet" rev="stylesheet" href="static-ext/font-awesome-3.2.1/css/font-awesome.min.css"/>
<link href='static-int/css-new/common.css' rel='stylesheet' type='text/css'>
<link href='static-int/css-new/central.css' rel='stylesheet' type='text/css'>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-2363606-2', 'moskito.org');
ga('send', 'pageview', {
'anonymizeIp': true
});
</script>
</head>
<body>
<div itemscope itemtype="http://schema.org/SoftwareApplication" class="wrapper moskito-central">
<div id="header" data-logo-name="Central"></div>
<div class="main-box">
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="main-info text-left">
<h1>Storage for MoSKito data<br>
</h1>
<p>
<span itemprop="name">MoSKito-Central</span> is the <span itemprop="description">centralised storage server for keeping performance data, collected by
MoSKito</span>.
<br/><br/>
Build your own data warehouse. Know how your app performed last Monday, a month or a year ago.
</p>
</div>
</div>
<div class="col-md-5 presentation">
<img src="static-int/img/java_web_app.png" class="central-img" alt="Java web app">
</div>
</div>
</div>
</div>
<!-- FEATURES SECTION START -->
<div class="section section-line section-features">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h2>MoSKito Central Features</h2>
</div>
<div class="row">
<div class="col-md-4">
<div class="feature-box">
<i class="icon-archive"></i>
<h4>Centralised data archive</h4>
<p>Complete and exhaustive performance history of your application, stored in one place.</p>
<a href="https://confluence.opensource.anotheria.net/display/MSK/MoSKito-Central+Overview#MoSKito-CentralOverview-archive">More</a>
</div>
</div>
<div class="col-md-4">
<div class="feature-box">
<i class="icon-ok"></i>
<h4>Complete tracing of inter-node communication</h4>
<p>Capture all the calls and processes that run between nodes of your app, and never miss any of the
them.</p>
<a href="https://confluence.opensource.anotheria.net/display/MSK/MoSKito-Central+Overview#MoSKito-CentralOverview-tracing">More</a>
</div>
</div>
<div class="col-md-4">
<div class="feature-box">
<i class="icon-shield"></i>
<h4>Local storage ensures data security</h4>
<p>The data is stored entirely on the local machine. No external servers or cloud storage involved. Your
info is only at your own disposal.</p>
<a href="https://confluence.opensource.anotheria.net/display/MSK/MoSKito-Central+Overview#MoSKito-CentralOverview-security">More</a>
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-4">
<div class="feature-box">
<i class="icon-exchange"></i>
<h4>Multiple transfer protocols</h4>
<p>Use direct communication, RMI or HTTP. Create custom connectors and use any other protocol.</p>
<a href="https://confluence.opensource.anotheria.net/display/MSK/MoSKito-Central+Overview#MoSKito-CentralOverview-transfer">More</a>
</div>
</div>
<div class="col-md-4">
<div class="feature-box">
<i class="icon-hdd"></i>
<h4>Absolute storage flexibility</h4>
<p>
- Application memory or filesystem.<br>
- JSON/XML/CSV files (other types available after config).<br>
- SQL and non-SQL databases.
</p>
<a href="https://confluence.opensource.anotheria.net/display/MSK/MoSKito-Central+Overview#MoSKito-CentralOverview-storage">More</a>
</div>
</div>
<div class="col-md-4">
<div class="feature-box">
<i class="icon-gears"></i>
<h4>Embedded or Standalone Modes</h4>
<p>Embedded Mode for collecting and storing data inside one monitored app, Standalone Mode for complex
application architecture.</p>
<a href="https://confluence.opensource.anotheria.net/display/MSK/MoSKito-Central+Overview#MoSKito-CentralOverview-modes">More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- START SECTION END -->
<div class="container">
<div class="row">
<div class="col-md-4 next-box">
<div class="frame">
<div class="frame-title">
<h2>What's Next</h2>
</div>
<ul>
<li><a href="https://confluence.opensource.anotheria.net/display/MSK/MoSKito-Central+Overview">MoSKito-Central
Overview</a></li>
<li>
<a href="https://confluence.opensource.anotheria.net/display/MSK/Set+Up+MoSKito-Central+in+Remote+Mode">Remote
Mode Setup</a></li>
<li>
<a href="https://confluence.opensource.anotheria.net/display/MSK/Set+up+Moskito-Central+in+Embedded+Mode">Embedded
Mode Setup</a><br/><br/></li>
<li><a href="https://confluence.opensource.anotheria.net/display/MSK/MoSKito-Central">MoSKito-Central
Documentation Home</a></li>
<li>
<a href="https://confluence.opensource.anotheria.net/display/MSK/Core+-+Central+Communication">Core-Central
Communication</a></li>
<li><a href="//www.moskito.org/moskito-support.html">Get support</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4 news-box">
<div id="news"></div>
</div>
<div class="col-md-4 twitter-box">
<div id="socialWidget"></div>
</div>
</div>
</div>
<div id="companies"></div>
<div id="footer"></div>
</div>
<script type="text/javascript" src="static-ext/jquery-1.10.2/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="static-ext/bootstrap-3.3.4/js/bootstrap.min.js"></script>
<script type="text/javascript" src="static-ext/bootstrap-modal-2.1/js/bootstrap-modal.js"></script>
<script type="text/javascript" src="static-ext/bootstrap-modal-2.1/js/bootstrap-modalmanager.js"></script>
<script type="text/javascript" src="static-ext/carouFredSel-6.2.1/jquery.carouFredSel-6.2.1-packed.js"></script>
<script type="text/javascript" src="static-ext/carouFredSel-6.2.1/helper-plugins/jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="static-int/js/carousel.js"></script>
<script type="text/javascript" src="static-int/js/common.js"></script>
<script type="text/javascript" src="static-int/js/open-header.js"></script>
<script type="text/javascript" src="static-int/js/open-news.js"></script>
<script type="text/javascript" src="static-int/js/open-mobile.js"></script>
<script type="text/javascript" src="static-int/js/open-companies.js"></script>
<script type="text/javascript" src="static-int/js/open-footer.js"></script>
<!-- begin olark code -->
<script data-cfasync="false" type='text/javascript'>/*<![CDATA[*/window.olark||(function(c){var f=window,d=document,l=f.location.protocol=="https:"?"https:":"http:",z=c.name,r="load";var nt=function(){
f[z]=function(){
(a.s=a.s||[]).push(arguments)};var a=f[z]._={
},q=c.methods.length;while(q--){(function(n){f[z][n]=function(){
f[z]("call",n,arguments)}})(c.methods[q])}a.l=c.loader;a.i=nt;a.p={
0:+new Date};a.P=function(u){
a.p[u]=new Date-a.p[0]};function s(){
a.P(r);f[z](r)}f.addEventListener?f.addEventListener(r,s,false):f.attachEvent("on"+r,s);var ld=function(){function p(hd){
hd="head";return["<",hd,"></",hd,"><",i,' onl' + 'oad="var d=',g,";d.getElementsByTagName('head')[0].",j,"(d.",h,"('script')).",k,"='",l,"//",a.l,"'",'"',"></",i,">"].join("")}var i="body",m=d[i];if(!m){
return setTimeout(ld,100)}a.P(1);var j="appendChild",h="createElement",k="src",n=d[h]("div"),v=n[j](d[h](z)),b=d[h]("iframe"),g="document",e="domain",o;n.style.display="none";m.insertBefore(n,m.firstChild).id=z;b.frameBorder="0";b.id=z+"-loader";if(/MSIE[ ]+6/.test(navigator.userAgent)){
b.src="javascript:false"}b.allowTransparency="true";v[j](b);try{
b.contentWindow[g].open()}catch(w){
c[e]=d[e];o="javascript:var d="+g+".open();d.domain='"+d.domain+"';";b[k]=o+"void(0);"}try{
var t=b.contentWindow[g];t.write(p());t.close()}catch(x){
b[k]=o+'d.write("'+p().replace(/"/g,String.fromCharCode(92)+'"')+'");d.close();'}a.P(2)};ld()};nt()})({
loader: "static.olark.com/jsclient/loader0.js",name:"olark",methods:["configure","extend","declare","identify"]});
/* custom configuration goes here (www.olark.com/documentation) */
olark.identify('7961-404-10-9387');/*]]>*/</script><noscript><a href="https://www.olark.com/site/7961-404-10-9387/contact" title="Contact us" target="_blank">Questions? Feedback?</a> powered by <a href="//www.olark.com?welcome" title="Olark live chat software">Olark live chat software</a></noscript>
<!-- end olark code -->
</body>
</html>