acaiafa / opentsdb-cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:HTML 46.2%Language:Ruby 35.7%Language:Shell 18.1%