cookbook 'collectdwin', '~> 0.2.19'
collectdwin (1) Versions 0.2.19 Follow0
Application cookbook which installs and configures collectdwin.
cookbook 'collectdwin', '~> 0.2.19', :supermarket
knife supermarket install collectdwin
knife supermarket download collectdwin
collectdwin-cookbook
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
0.2.19 failed this 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
0.2.19 passed this 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
0.2.19 failed this 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