-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
227 lines (200 loc) · 9.28 KB
/
index.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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="An open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.">
<meta name="keywords" content="open-falcon, openfalcopn, monitoring, monitoring system, time series, time series database, alerting, metrics, telemetry">
<meta name="author" content="Open-Falcon">
<link rel="alternate" type="application/atom+xml" title="Open-Falcon Blog » Feed" href="/blog/feed.xml">
<link rel="shortcut icon" href="/assets/favicons/favicon.ico">
<link rel="icon" type="image/png" href="/assets/favicons/favicon-32x32-cb978f5a4ae.png" sizes="32x32">
<link rel="manifest" href="/assets/favicons/android-chrome-manifest.json">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="/assets/favicons/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>Open-Falcon - Monitoring system & time series database</title>
<!-- Bootstrap core CSS -->
<link href="/assets/bootstrap-3.3.1/css/bootstrap.min-cb3ab3438f8.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/css/docs-cb048a45fff.css" rel="stylesheet">
<link href="/css/routing-tree-editor-cbd4d13cac6.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="/assets/font-awesome-4.2.0/css/font-awesome.min-cbfeda974a7.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:300,300italic,400' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="navbar-jumbotron">
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="/assets/open-falcon-logo.svg" alt="Open Falcon logo"> Open falcon</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav navbar-right main-nav">
<li><a href="/docs">Docs</a></li>
<li><a href="/download/">Download</a></li>
<li><a href="/community/">Community</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/jobs">Jobs</a></li>
<li><a href="https://github.com/open-falcon/open-falcon"><i class="fa fa-github"></i></a></li>
<!-- <li><a href="https://twitter.com/PrometheusIO"><i class="fa fa-twitter"></i></a></li> -->
</ul>
</div>
</div>
</nav>
</div>
<div class="jumbotron">
<div class="container">
<h1>Open-Falcon</h1>
<p class="subtitle">
A Distributed and High-Performance Monitoring System
<p>
<a class="btn btn-default btn-lg" href="/docs" role="button">Get Started</a>
<a class="btn btn-default btn-lg" href="/download" role="button">Download</a>
</p>
</div>
</div>
<div class="container container-card">
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12 feature-item">
<a href="/docs/">
<h2><i class="fa fa-expand"></i>Scalability</h2>
<p>Scalable monitoring system is necessary to support rapid business growth. Each module of Open-Falcon is super easy to scale horizontally.</p>
</a>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 feature-item">
<a href="/docs/">
<h2><i class="fa fa-bolt"></i> Performance</h2>
<p>With RRA(Round Robin Archive) mechanism, the one-year history data of 100+ metrics could be returned in just one second.</p>
</a>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 feature-item">
<a href="/docs/">
<h2><i class="fa fa-cubes"></i> High Availability</h2>
<p>No criticle single point of failure, easy to operate and deploy.</p>
</a>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12 feature-item">
<a href="/docs/">
<h2><i class="fa fa-paper-plane"></i> Flexibility</h2>
<p>Falcon-agent has already 400+ built-in server metrics. Users can collect their customized metrics by writing plugins or just simply run a script/program to relay metrics to falcon-agent.</p>
</a>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 feature-item">
<a href="/docs/">
<h2><i class="fa fa-cog"></i> Efficiency</h2>
<p>For easier management of alerting rules, Open-Falcon supports strategy templating, inheritance, and multiple alerting method, and callback for recovery.</p>
</a>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 feature-item">
<a href="/docs/">
<h2><i class="fa fa-line-chart"></i> User-Friendly Dashboard</h2>
<p>Open-Falcon could present multi-dimension graph, including user-defined dashboard/screen.</p>
</a>
</div>
</div>
<div class="row top-hr">
<div class="col-md-12">
<hr>
</div>
</div>
<!--
<div class="row quote">
<div class="col-md-12">
<p class="quote-text">
«Even though Borgmon remains internal to Google, the idea of treating time-series data as a data source for generating alerts is now accessible to everyone through those open source tools...»
</p>
<p class="quote-source">
— <a href="http://shop.oreilly.com/product/0636920041528.do"><b>Site Reliability Engineering:</b> How Google Runs Production Systems</a> (O'Reilly Media)
</p>
</div>
</div>
-->
<div class="row">
<div class="col-md-12">
<hr>
</div>
</div>
<div class="row open-source">
<div class="col-md-12">
<h1><i class="fa fa-github"></i> Open Source</h1>
<p>Open-Falcon is 100% open source and community-driven. All components are available under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2 License</a> on <a href="https://github.com/open-falcon/open-falcon">GitHub</a>.</p>
<iframe src="https://ghbtns.com/github-btn.html?user=open-falcon&repo=falcon-plus&type=star&count=true&size=large" frameborder="0" scrolling="0" class="github-stars"></iframe>
<br><br>
<p>We are a <a href="http://golangfoundation.org/">Golang Foundation China</a> member project.</p>
<br>
</div>
</div>
<div class="row">
<div class="col-md-12">
<hr>
</div>
</div>
<div class="container text-center">
<div class="row">
<div class="col-md-12 trusted-by">Some of our users include:</div>
</div>
</div>
<div class="row">
<div class="logos">
<a href="http://www.mi.com/"><img src="assets/company-logos/xiaomi-cb61cbe5b1d.png"/></a>
</div>
<div class="logos">
<a href="http://www.didichuxing.com/"><img src="assets/company-logos/didi-cbc9fdf9909.png"/></a>
</div>
<div class="logos">
<a href="http://www.wifire.net/"><img src="assets/company-logos/wifire-cb84a198f7d.png"/></a>
</div>
<div class="logos">
<a href="http://www.fastweb.com.cn/"><img src="assets/company-logos/fastweb-cb5ca87d1dd.png"/></a>
</div>
<div class="logos">
<a href="http://www.meituan.com/"><img src="assets/company-logos/meituan-cb689caa1ba.png"/></a>
</div>
<div class="logos">
<a href="http://www.pingan.com/"><img src="assets/company-logos/pingan-cbc5ff29734.png"/></a>
</div>
<div class="logos">
<a href="http://www.360.com/"><img src="assets/company-logos/qihoo-cb8c749c963.png"/></a>
</div>
<div class="logos">
<a href="http://www.ksyun.com/"><img src="assets/company-logos/ksyun-cb90318fa1c.png"/></a>
</div>
</div>
<hr>
<footer>
<p class="pull-left">
© Open-Falcon Authors 2017
</p>
</footer>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-2.2.2.min.js" integrity="sha256-36cp2Co+/62rEAAYHLmRCPIych47CvdM+uTBJwSzWjI=" crossorigin="anonymous"></script>
<script src="/assets/bootstrap-3.3.1/js/bootstrap.min-cb2616d3564.js"></script>
<script src="/assets/docs-cb53fb1bfd3.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/assets/ie10-viewport-bug-workaround-cbb5a0dd7ce.js"></script>
<!-- Google Analytics -->
<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-58468480-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>