cookbook 'netdata', '= 0.1.6'
netdata (15) Versions 0.1.6 Follow6
Compile, install and configure netdata
cookbook 'netdata', '= 0.1.6', :supermarket
knife supermarket install netdata
knife supermarket download netdata
NetData Cookbook
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.
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
Authors: Sergio Pena sergio.pena@abiquo.com
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.6 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Foodcritic Metric
0.1.6 passed this metric
0.1.6 failed this metric
0.1.6 passed this metric