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

netdata (15) Versions 0.1.7

Compile, install and configure netdata

Policyfile
Berkshelf
Knife
cookbook 'netdata', '= 0.1.7', :supermarket
cookbook 'netdata', '= 0.1.7'
knife supermarket install netdata
knife supermarket download netdata
README
Dependencies
Changelog
Quality 50%

NetData Cookbook

Build Status
NetData Cookbook
Chef Version

This cookbook provides a way to download and install NetData from FireHol, a real-time performance monitoring.

Live demo: http://netdata.firehol.org

Github: https://github.com/firehol/netdata

Requirements

Platforms

  • Centos => 6.7
  • Ubuntu > 14.04

Chef

  • Chef 12.0 or later

Cookbooks

  • yum-epel = 0.7.0

Recipes

netdata::default

This would install NetData on supported platforms. At the moment this product does not have any distribution packages and the only supported installation method is to compile sources.

NetData cookbook will install required dependencies and after compilation succeeds those deps will be removed, except those packages that already were installed on the server prior to chef run.

Usage

netdata::default

Just include netdata in your node's run_list

{
  "name":"my_node",
  "run_list": [
    "recipe[netdata]"
  ]
}

Attributes

  • node['netdata']['source']['git_repository'] - Netdata git repository. Defaults to https://github.com/firehol/netdata.git
  • node['netdata']['source']['git_revision'] - Netdata repository git reference. Can be a tag, branch or master. Defaults to master.

  • node['netdata']['plugins']['python']['mysql']['enabled'] - False by default. If set to true installs all needed python dependencies to connect to MySQL.

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors:
* Sergio Pena https://github.com/sergiopena
* João Madureira https://github.com/jmadureira

Dependent cookbooks

yum-epel >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

netdata CHANGELOG

This file is used to list changes made in each version of the netdata cookbook.

0.1.0

  • Sergio Pena - Initial release of netdata

0.1.1

  • Sergio Pena - Add tests and kitchen specs

0.1.2

  • Sergio Pena - Add Ubuntu deps and tests.

0.1.4

  • João Madureira - Do not run install if htere are no changes in git repo

Collaborator Number Metric
            

0.1.7 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Foodcritic Metric
            

0.1.7 passed this metric