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

bd_nxlog (5) Versions 0.1.3

Installs/Configures bd_nxlog

Policyfile
Berkshelf
Knife
cookbook 'bd_nxlog', '= 0.1.3', :supermarket
cookbook 'bd_nxlog', '= 0.1.3'
knife supermarket install bd_nxlog
knife supermarket download bd_nxlog
README
Dependencies
Changelog
Quality 33%

bd_nxlog

Cookbook
Build Status
Gitter
GitHub license

Background

This is a cookbook to deploy NXLog Community Edition.

Rather than attempt to cover every corner case, this cookbook simply provides a resource to deploy configurations, which you can with your own templates and logic.

Supported Platforms

  • CentOS 7
  • Ubuntu 12.04
  • Ubuntu 16.04

Recipes

bd_nxlog::default

  • Installs NXLog and starts/enables the service

Resources

nxlog_config

Supported Actions: :create, :remove

# => From Template
nxlog_config 'syslog_forwarder' do
  source 'syslog_forwarder.conf.erb'
  variables server: 1.2.3.4
  action :create
end

# => From Cookbook File
nxlog_config 'syslog_forwarder' do
  source 'syslog_forwarder.conf'
  action :create
end

# => Delete a Config
nxlog_config 'deprecated_config' do
  action :remove
end

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/bdwyertech/bd_nxlog. Please use the Gitter Chat instead of filing an issue for questions. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

This cookbook is available as open source under the terms of the Apache 2.0 License.

Authors

Author:: Brian Dwyer - Intelligent Digital Services

Dependent cookbooks

apt >= 0.0.0
logrotate >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

BD-NXLog Changelog

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

v0.1.3 (2017-08-02)

Fixes

  • Update download URL's

v0.1.2 (2017-04-24)

Enhancements

  • Add ability to add NXLog to groups with an attribute

Fixes

  • Ensure correct permissions on NXLog log directory so logrotate does not complain
  • Add missing checksum

v0.1.1 (2017-04-05)

Enhancements

  • Add a boolean attribute to easily enable/disable NXLog in its entirety
  • Add log rotation for NXLog

v0.1.0 (2017-04-03)

  • Initial Release

Collaborator Number Metric
            

0.1.3 failed this metric

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

Contributing File Metric
            

0.1.3 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.1.3 failed this metric

FC109: Use platform-specific package resources instead of provider property: bd_nxlog/recipes/default.rb:39
Run with Foodcritic Version 14.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.3 passed this metric

Testing File Metric
            

0.1.3 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.1.3 passed this metric