Difference between revisions of "Plugin:Write TSDB"
From collectd Wiki
(Create initial page.) |
(→see also: Add link to OpenTSDB website.) |
||
Line 28: | Line 28: | ||
* pthread | * pthread | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | * [http://opentsdb.net/ OpenTSDB website] | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
{{DEFAULTSORT:Write tsdb}} | {{DEFAULTSORT:Write tsdb}} |
Latest revision as of 11:18, 21 May 2015
Write TSDB plugin | |
---|---|
Type: | write |
Callbacks: | config, flush, write |
Status: | supported |
First version: | 5.5 |
Copyright: | 2012 Pierre-Yves Ritschard 2011 Scott Sanders 2009 Paul Sadauskas 2009 Doug MacEachern 2007–2012 Florian Forster 2013–2014 Limelight Networks, Inc. |
License: | GPLv2 |
Manpage: | collectd.conf(5) |
List of Plugins |
The Write TSDB plugin writes metrics to OpenTSDB, an open-source distributed time-series database based on Apache HBase.
Synopsis
<Plugin write_tsdb> <Node> Host "localhost" Port "4242" HostTags "status=production deviceclass=www" StoreRates false AlwaysAppendDS false </Node> </Plugin>
This will register a write callback named write_tsdb/localhost/4242
.
Dependencies
- pthread