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

papertrail_remote_syslog (1) Versions 0.3.4

Installs/Configures remote_syslog

Policyfile
Berkshelf
Knife
cookbook 'papertrail_remote_syslog', '~> 0.3.4', :supermarket
cookbook 'papertrail_remote_syslog', '~> 0.3.4'
knife supermarket install papertrail_remote_syslog
knife supermarket download papertrail_remote_syslog
README
Dependencies
Quality 33%

papertrail_remote_syslog Chef Cookbook

Build Status

A Chef cookbook to install remote_syslog - a ruby daemon to transmit logs to papertrailapp.com

Currently supports only init and upstart.

Attributes

Attributes listed with their default values:

default['remote_syslog']['init_style'] = 'init'
default['remote_syslog']['conf']['files'] = []
default['remote_syslog']['destination']['host'] = 'logs.papertrailapp.com'
default['remote_syslog']['destination']['port'] = '12345'
default['remote_syslog']['hostname'] = node['hostname']
default['remote_syslog']['exclude_files'] = []
default['remote_syslog']['parse_fields'] = nil
default['remote_syslog']['prepend'] = nil
default['remote_syslog']['exclude_patterns'] = []

node['remote_syslog']['conf']['files'], node['remote_syslog']['conf']['exclude_files'] and node['remote_syslog']['conf']['exclude_patterns'] are all arrays.
These attributes are transformed into the yaml config file.

Recipes

  • papertrail_remote_syslog::default meta recipe to install, configures and enables+runs upstart/init scripts.
  • papertrail_remote_syslog::configure just create configuration file from attributes.
  • papertrail_remote_syslog::service just enabled+run upstart/init script.

Contributing

  • File bug reports via GitHub issues.
  • Pull requests are welcome.
  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Attribution

This cookbook was based on and forked from the remote_syslog cookbook. It has since diverged and is not compatible.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.3.4 failed this metric

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

Contributing File Metric
            

0.3.4 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.3.4 failed this metric

FC064: Ensure issues_url is set in metadata: papertrail_remote_syslog/metadata.rb:1
FC065: Ensure source_url is set in metadata: papertrail_remote_syslog/metadata.rb:1
FC066: Ensure chef_version is set in metadata: papertrail_remote_syslog/metadata.rb:1
FC069: Ensure standardized license defined in metadata: papertrail_remote_syslog/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.3.4 passed this metric

Testing File Metric
            

0.3.4 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.3.4 passed this metric