cookbook 'opentsdb', '= 1.1.4'
opentsdb (13) Versions 1.1.4 Follow0
Application cookbook which installs and configures OpenTSDB.
cookbook 'opentsdb', '= 1.1.4', :supermarket
knife supermarket install opentsdb
knife supermarket download opentsdb
OpenTSDB Cookbook
Application cookbook which installs and configures OpenTSDB.
This cookbook provides a dead-simple installation and configuration of
OpenTSDB. It provides a single resource for
[an instance of tsdb](libraries/opentsdb_instance.rb). The default recipe
will quickly get you started.
Basic Usage
The [default recipe](recipes/default.rb) installs Java 8 and
configures OpenTSDB on a node using the
[opentsdb_instance resource](libraries/opentsdb_instance.rb).below.
Advanced Usage
For a more granular configuration
[take a look at the resource](libraries/opentsdb_instance.rb).
ruby
opentsdb_instance "test" do
bind '127.0.0.1'
port 5012
core_auto_create_metrics true
search_enable true
end
Dependent cookbooks
java >= 0.0.0 |
poise ~> 2.2 |
poise-service ~> 1.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Change Log
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.