Itamae::Plugin::Recipe::Prometheus

wercker status

Itamae plugin to install prometheus

Installation

Add this line to your application's Gemfile:

gem 'itamae-plugin-recipe-prometheus'

And then execute:

$ bundle

Or install it yourself as:

$ gem install itamae-plugin-recipe-prometheus

Usage

Recipe

# your recipe
include_recipe "prometheus::default"

Node

# node.yml
prometheus:
  # target prometheus version
  version: 2.1.0

Testing

requirements Vagrant

bundle exec rake itamae:default
bundle exec rake spec:default

License

The gem is available as open source under the terms of the MIT License.