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

collectdwin (1) Versions 0.2.19

Application cookbook which installs and configures collectdwin.

Policyfile
Berkshelf
Knife
cookbook 'collectdwin', '~> 0.2.19', :supermarket
cookbook 'collectdwin', '~> 0.2.19'
knife supermarket install collectdwin
knife supermarket download collectdwin
README
Dependencies
Changelog
Quality 33%

collectdwin-cookbook

License

Application cookbook which installs and configures the
CollectdWin monitoring service.

This cookbook provides a simple installation and configuration of
the CollectdWin monitoring service. CollectdWin is a Windows only service, so this cookbook supports only Windows platform.

Usage

The [default recipe](recipes/default.rb) in this cookbook simply
configures the monitoring service to run as a windows service. The
configuration for this service can be tuned using the
[node attributes](attributes/default.rb).

You're required to write a wrapper cookbook which overrides the default properties. For example if you want to override write_http plugin configuration, you can do the following:
ruby
node.default['collectdwin']['plugins']['write_http']['nodes'] =
[
'node' => {
'attr' => {
'name' => 'myHttpServer',
'url' => 'http://myhttpserver.xyz.com:8787/testhttp1',
'timeout' => 20000,
'batch_size' => 25,
'max_idle_time' => 800000
},
'proxy' => {
'attr' => {
'enable' => false,
'url' => 'http://dummy.url.com'
}
}
}
]
include_recipe 'collectdwin::default'

Dependent cookbooks

poise ~> 2.2
poise-service ~> 1.0

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.
This project adheres to Semantic Versioning.

Unreleased

Collaborator Number Metric
            

0.2.19 failed this metric

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

Contributing File Metric
            

0.2.19 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.2.19 passed this metric

No Binaries Metric
            

0.2.19 passed this metric

Testing File Metric
            

0.2.19 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.2.19 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number