Skip to content

acaiafa/opentsdb-cookbook

Repository files navigation

OpenTSDB Cookbook

Build Status Code Quality Cookbook Version License

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. The default recipe will quickly get you started.

Basic Usage

The default recipe installs Java 8 and configures OpenTSDB on a node using the opentsdb_instance resource.below.

Advanced Usage

For a more granular configuration take a look at the resource.

opentsdb_instance "test" do
  bind '127.0.0.1'
  port 5012
  core_auto_create_metrics true
  search_enable true
end

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published