-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path503.html
More file actions
445 lines (428 loc) · 12.3 KB
/
503.html
File metadata and controls
445 lines (428 loc) · 12.3 KB
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!doctype html>
<html>
<head>
<meta name="keywords" content="网站监控,服务器监控,数据库监控,自定义指标,服务监控,中间件监控,数据可视化,大数据监控,页面性能监控">
<meta name="description" content="Cloudinsight 是一款集监控与数据可视化,数据管理为一身的平台,可以进行基础组件的监控,自定义数据仪表盘的展示,对任意指标报警,是IT运维人员,以及开发人员的必备工具服务">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
<!-- Use title if it's in the page YAML frontmatter -->
<title>Cloudinsight 文档</title>
<script type="text/javascript">
if (window.location.hostname === 'www.oneapm.com') {
var pathnameSegs = window.location.pathname.split("/docs/ci");
var realPathname = pathnameSegs[pathnameSegs.length - 1];
window.location.href = 'http://docs-ci.oneapm.com' + realPathname;
} else if (window.location.hostname !== 'docs-ci.oneapm.com') {
window.location.href = 'http://docs-ci.oneapm.com' + window.location.pathname;
}
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?dc7d70374ed3b2f6ce76527be8b9c93a";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- growingio -->
<script type='text/javascript'>
var _vds = _vds || [];
window._vds = _vds;
(function(){
_vds.push(['setAccountId', '9b345c730c9983fa']);
(function() {
var vds = document.createElement('script');
vds.type='text/javascript';
vds.async = true;
vds.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'dn-growing.qbox.me/vds.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(vds, s);
})();
})();
</script>
<link href="/stylesheets/site.css" rel="stylesheet" />
<script src="/javascripts/jquery-2.2.1.js"></script>
<script src="/javascripts/bootstrap.min.js"></script>
<script src="/javascripts/all.js"></script>
<style media="screen">
.highlight table td { padding: 5px; }
.highlight table pre { margin: 0; }
.highlight {
color: #faf6e4;
background-color: #122b3b;
}
.highlight .gl {
color: #dee5e7;
background-color: #4e5d62;
}
.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs {
color: #6c8b9f;
font-style: italic;
}
.highlight .cp {
color: #b2fd6d;
font-weight: bold;
font-style: italic;
}
.highlight .err {
color: #fefeec;
background-color: #cc0000;
}
.highlight .gr {
color: #fefeec;
background-color: #cc0000;
}
.highlight .k, .highlight .kd, .highlight .kv {
color: #f6dd62;
font-weight: bold;
}
.highlight .o, .highlight .ow {
color: #4df4ff;
}
.highlight .p, .highlight .pi {
color: #4df4ff;
}
.highlight .gd {
color: #cc0000;
}
.highlight .gi {
color: #b2fd6d;
}
.highlight .ge {
font-style: italic;
}
.highlight .gs {
font-weight: bold;
}
.highlight .gt {
color: #dee5e7;
background-color: #4e5d62;
}
.highlight .kc {
color: #f696db;
font-weight: bold;
}
.highlight .kn {
color: #ffb000;
font-weight: bold;
}
.highlight .kp {
color: #ffb000;
font-weight: bold;
}
.highlight .kr {
color: #ffb000;
font-weight: bold;
}
.highlight .gh {
color: #ffb000;
font-weight: bold;
}
.highlight .gu {
color: #ffb000;
font-weight: bold;
}
.highlight .kt {
color: #b2fd6d;
font-weight: bold;
}
.highlight .no {
color: #b2fd6d;
font-weight: bold;
}
.highlight .nc {
color: #b2fd6d;
font-weight: bold;
}
.highlight .nd {
color: #b2fd6d;
font-weight: bold;
}
.highlight .nn {
color: #b2fd6d;
font-weight: bold;
}
.highlight .bp {
color: #b2fd6d;
font-weight: bold;
}
.highlight .ne {
color: #b2fd6d;
font-weight: bold;
}
.highlight .nl {
color: #ffb000;
font-weight: bold;
}
.highlight .nt {
color: #ffb000;
font-weight: bold;
}
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
color: #f696db;
font-weight: bold;
}
.highlight .ld {
color: #f696db;
font-weight: bold;
}
.highlight .ss {
color: #f696db;
font-weight: bold;
}
.highlight .s, .highlight .sb, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1 {
color: #fff0a6;
font-weight: bold;
}
.highlight .se {
color: #4df4ff;
font-weight: bold;
}
.highlight .sc {
color: #4df4ff;
font-weight: bold;
}
.highlight .si {
color: #4df4ff;
font-weight: bold;
}
.highlight .nb {
font-weight: bold;
}
.highlight .ni {
color: #999999;
font-weight: bold;
}
.highlight .w {
color: #BBBBBB;
}
.highlight .nf {
color: #a8e1fe;
}
.highlight .py {
color: #a8e1fe;
}
.highlight .na {
color: #a8e1fe;
}
.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi {
color: #a8e1fe;
font-weight: bold;
}
</style>
<script src="/javascripts/sine-waves.js"></script>
<script src="/javascripts/sine-waves-action-header.js"></script>
</head>
<body>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-PJ6GBS"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PJ6GBS');</script>
<!-- End Google Tag Manager -->
<header class="main-header clearfix">
<div class="main-navblock col-lg-10 col-md-10 col-sm-10 col-xs-10 col-lg-offset-1 col-md-offset-1 col-sm-offset-1 col-xs-offset-1"><div>
<a href="../index.html" class="logo-container">
<div class="oneapm-logo"></div>
</a>
</div>
<!--<a href="#" class="burger-wrapper">-->
<!--<div class="burger"></div>-->
<!--</a>-->
<!--<div class="nav-container">-->
<!--<ul class="nav-list">-->
<!--<li>-->
<!--<a href="/quick-start/">快速入门</a>-->
<!--</li>-->
<!--<li>-->
<!--<a href="/agent/">安装配置</a>-->
<!--</li>-->
<!--<li>-->
<!--<a href="/platform/">操作指南</a>-->
<!--</li>-->
<!--<li>-->
<!--<a href="/best-practise/">实践案例</a>-->
<!--</li>-->
<!--<li>-->
<!--<a href="/qa/">常见问题</a>-->
<!--</li>-->
<!--</ul>-->
<!--<ul class="login-list">-->
<!--<li>-->
<!--<a href="http://user.oneapm.com/pages/v2/login_ci" class="btn outline-dark" id="loginIn">登录</a>-->
<!--</li>-->
<!--<li>-->
<!--<a href="https://cloud.oneapm.com/user/register" class="btn inside-yellow" id="signUp">注册</a>-->
<!--</li>-->
<!--</ul>-->
<!--</div>-->
</div>
</header>
<div class="flagInfo clearfix">
<div class="flag-left"></div>
<div class="flag-right">Cloudinsight Agent 在 4.7.0 版本,将 Agent 名称从 oneapm-ci-agent 更换至 cloudinsight-agent。若您在使用过程中,出现无法正常工作的情况,请加入售后群:433349863</div>
<span class="cl">X</span>
</div>
<script type="text/javascript" src="//d.oneapm.com/sso/nav.js"></script>
<script type="text/javascript">
var pathname = window.location.pathname;
var target = '';
switch (pathname) {
case '/jmx.html':
target = '/services/jmx.html';
break;
case '/metric.html':
target = '/alert/metric.html';
break;
case '/started/instrument.html':
target = '/quick-start/instrument.html';
break;
case '/started/install.html':
target = '/quick-start/install.html';
break;
case '/event.html':
target = '/event/index.html';
break;
default:
break;
}
if (target.length > 0) {
window.location.href = 'http://docs-ci.oneapm.com' + target;
}
</script>
<div class="container">
<div class="row">
<div class="col-xs-12">
<h1 style="text-align:center;">503</h1>
</div>
<p style="text-align:center;">
Cloudinsight 发现一点小问题,我们正在处理中,请稍后再回来。
</p>
<br/>
<br/>
<br/>
<br/>
<p>
<div class="col-xs-offset-4 col-xs-4" style="text-align:center;">
<img src="/images/503.png" alt="503" class="img-responsive" />
</div>
</p>
</div>
</div>
<div class="footer-nav-block">
<div class="container">
<div class="footer-nav">
<div class="footer-nav-col">
<ul class="footer-nav-list">
<li>
<a href="/quick-start/">文档</a>
</li>
<li>
<a href="/quick-start/">快速入门</a>
</li>
<li>
<a href="/agent/">安装配置</a>
</li>
<li>
<a href="/platform/">操作指南</a>
</li>
<li>
<a href="/best-practise/">实践案例</a>
</li>
<li>
<a href="/qa/">常见问题</a>
</li>
</ul>
</div>
<div class="footer-nav-col">
<ul class="footer-nav-list">
<li>
<a href="http://cloudinsight.oneapm.com/product/product.html">产品</a>
</li>
<li>
<a href="http://cloudinsight.oneapm.com/product/product.html">基础组件监控</a>
</li>
<li>
<a href="http://cloudinsight.oneapm.com/product/api_sdk.html">API 与 SDK</a>
</li>
<li>
<a href="http://cloudinsight.oneapm.com/product/cialert.html">异常数据告警</a>
</li>
<li>
<a href="http://cloudinsight.oneapm.com/price.html">报价</a>
</li>
</ul>
</div>
<div class="footer-nav-col">
<ul class="footer-nav-list">
<li><a href="http://cloudinsight.oneapm.com/about/group.html">关于</a></li>
<li><a href="http://cloudinsight.oneapm.com/about/group.html">团队介绍</a></li>
<li><a href="http://cloudinsight.oneapm.com/about/cooperation.html">合作伙伴</a></li>
</ul>
</div>
</div>
<div class="footer-support">
<ul class="footer-support-list">
<li><img src="/images/home/support.svg"></li>
<li class="support-title">技术支持</li>
<li class="support-mail">support@oneapm.com</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright-block">
<div class="container">
<div class="copyright-link">
<div class="socialLink">
<a href="https://github.com/cloudinsight/cloudinsight.github.io" class="social-btn github" target="_blank">
<img src="/images/home/github.svg">
<p class="hidden-xs hidden-xxs">Github</p>
</a>
</div>
<div class="socialLink">
<a href="#" class="social-btn qr">
<img src="/images/home/wechat.svg">
<p class="hidden-xs hidden-xxs">微信</p>
<div class="QRcode">
<img src="/images/home/wechatQR.svg">
</div>
</a>
</div>
<div class="socialLink">
<a href="http://my.oschina.net/cloudinsight/blog" class="social-btn" target="_blank">
<img src="/images/home/oschina.svg">
<p class="hidden-xs hidden-xxs">开源中国</p>
</a>
</div>
<div class="socialLink">
<a href="http://www.weibo.com/cloudinsight" class="social-btn" target="_blank">
<img src="/images/home/weibo.svg">
<p class="hidden-xs hidden-xxs">微博</p>
</a>
</div>
</div>
<div class="copyright-text">
<a href="http://cloudinsight.oneapm.com/">
<img src="/images/home/cilogomulti_btn.svg" class="footer-logo">
</a>
<p class="copyright">
Copyright © 2008-
<span id="cr-end-time"></span>
北京蓝海讯通科技股份有限公司
<br>
<a href="http://www.miibeian.gov.cn/" target="_blank">京ICP备14028342号-2</a>
京公网安备 11010802016192
<br>
</p>
</div>
</div>
</div>
</body>
</html>