Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

prometheus (5) Versions 0.2.0

Installs/Configures Prometheus

Policyfile
Berkshelf
Knife
cookbook 'prometheus', '= 0.2.0', :supermarket
cookbook 'prometheus', '= 0.2.0'
knife supermarket install prometheus
knife supermarket download prometheus
README
Dependencies
Changelog
Quality 0%

prometheus Cookbook

Cookbook
Build Status
Gitter chat

This cookbook installs the Prometheus monitoring system and time-series database.

Requirements

  • Chef 11 or higher
  • Ruby 1.9.3 or higher

Platform

Tested on

  • Ubuntu 14.04

Attributes

In order to keep the README managable and in sync with the attributes, this
cookbook documents attributes inline. The usage instructions and default
values for attributes can be found in the individual attribute files.

Recipes

default

The default recipe installs Prometheus using the default install_method and
supervises the Prometheus binary under runit.

Dependencies

The following cookbooks are dependencies:

Usage

prometheus::default

Include prometheus in your node's run_list:

{
  "run_list": [
    "recipe[prometheus::default]"
  ]
}

Development

Please see the [Contributing](CONTRIBUTING.md) and [Issue Reporting](ISSUES.md) Guidelines.

License & Authors

Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

apt >= 0.0.0
build-essential >= 0.0.0
runit ~> 1.5
bluepill ~> 2.3

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.

0.2.0 - 2015-05-11

Fixed

  • License defined in metadata.

0.1.0 - 2015-05-11

Changed

  • Initial release of prometheus cookbook

Foodcritic Metric
            

0.2.0 failed this metric

FC031: Cookbook without metadata file: /tmp/cook/ab9840e876045898eb4fd243/prometheus/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/ab9840e876045898eb4fd243/prometheus/metadata.rb:1