forked from OpenTSDB/opentsdb.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manual.html
63 lines (59 loc) · 2.34 KB
/
manual.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Manual - OpenTSDB - A Distributed, Scalable Monitoring System</title>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen"/>
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/ie.css" type="text/css" media="screen"/>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18339382-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<header><div id="headerbar">
<h1><a href="index.html">OpenTSDB</a></h1>
<nav><ul id="navbar">
<li><a href="overview.html">Overview</a></li>
<li><a href="getting-started.html">Getting Started</a></li>
<li><a href="manual.html">Manual</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul></nav>
</div></header>
<!--[if lte IE 8]>
<div class="iesucks">Warning: You're using an unsupported, archaic browser.
Get a better, modern browsing experience with
<a href="http://www.google.com/chrome">Chrome</a> or
<a href="http://www.mozilla.com/firefox">Firefox</a>.</div>
<![endif]-->
<section id="content">
<section id="manual">
<h2>Manual</h2>
<ul>
<li><a href="getting-started.html">Getting started</a></li>
<li><a href="setup-hbase.html">Setting up HBase</a></li>
<li><a href="schema.html">Schema</a></li>
<li><a href="metrics.html">Understanding metrics and time series</a></li>
<li><a href="tcollector.html"><code>tcollector</code>: A data collection system for OpenTSDB</a></li>
<li><a href="http-api.html">HTTP API</a></li>
<li><a href="cli.html">Command-Line tool</a></li>
<li><a href="http://tsunanet.net/~tsuna/opentsdb/api/">Javadoc API</a></li>
<li><a href="varnish.html">Load balancing with Varnish</a></li>
<li><a href="nagios.html">Alerting with Nagios</a></li>
<li><a href="contributing.html">Contributing to OpenTSDB</a></li>
</ul>
</section>
<footer>
© 2010–2012 The OpenTSDB Authors.
</footer>
</section></body></html>