cookbook 'remote_syslog2', '= 0.2.1'
remote_syslog2 (4) Versions 0.2.1 Follow3
Installs/Configures remote_syslog2
cookbook 'remote_syslog2', '= 0.2.1', :supermarket
knife supermarket install remote_syslog2
knife supermarket download remote_syslog2
remote_syslog2 cookbook
Installs and configures remote_syslog2
Requirements
Platforms
- Ubuntu (tested using 14.04)
Attributes
remote_syslog2 runtime configuration
The main configuration of remote_syslog2 is done using a hash which mirrors the structure of the remote_syslog2 config yaml file...
node['remote_syslog2']['config'] = { files: [], exclude_files: [], exclude_patterns: [], hostname: node['hostname'], destination: { host: 'logs.papertrailapp.com', port: 12345 } }
Since this is rendered directly to YAML, you can theoretically configure any value which is normally configurable. For more information please reference the remote_syslog2 examples
Note that for the sake of clarity this cookbook saves the config file to /etc/remote_syslog.yml rather than /etc/log_files.yml by default
Recipes
default
Include the default recipe in a run list to have remote_syslog2 installed and configured
install
Installs remote_syslog2
configure
Generates config file for remote_syslog2
service
Installs remote_syslog2 as an init.d service and starts/enables it
Usage
Generally all you have to do to use this cookbook is add the default recipe to your run_list and configure the node['remote_syslog2']['config']
hash.
License and Authors
Author:: Jeff Way (jeff.way@me.com)
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
remote_syslog2 Cookbook CHANGELOG
This file is used to list changes made in each version of the remote_syslog2 cookbook.
v0.2.1 (2014-11-10)
- Change name of extract resource to be less generic
- Have extract resource clean up temp files
- Fix up some language in tests
- Use direct file tests rather than ls in tests
- Add tests for file cleanup
v0.2.0 (2014-11-09)
- Update the project to more closely follow community standards
- Install process now downloads/extracts a release directly from here
- Configuration is now completely procedural
- Renamed to remote_syslog2 for clarity since that's what Papertrail calls their repository even though they still call their binaries "remote_syslog"
- Added BATS tests
- Added better documentation
- Changed init script to be a template so that some values in it can be dynamic
v0.1.0
- Initial release of remote_syslog2
Foodcritic Metric
0.2.1 passed this metric
0.2.1 passed this metric