cookbook 'logwatch', '= 2.0.0'
The logwatch cookbook has been deprecated
Author provided reason for deprecation:
The logwatch cookbook has been deprecated and is no longer being maintained by its authors. Use of the logwatch cookbook is no longer recommended.
logwatch (9) Versions 2.0.0 Follow20
Installs logwatch, a nice log analyzer
cookbook 'logwatch', '= 2.0.0', :supermarket
knife supermarket install logwatch
knife supermarket download logwatch
logwatch Cookbook
Installs logwatch
Requirements
Platforms
- Debian/Ubuntu
- RHEL/CentOS/Scientific/Amazon/Oracle
Chef
- Chef 12.1+
Cookbooks
- perl
Usage
Ensures that perl is installed to be used with logwatch and then installs logwatch.
Attributes
-
node['logwatch']['email']
- Email Address which Logwatch reports to -
node['logwatch']['detail']
- The level of detail in the Logwatch report -
node['logwatch']['range']
- The default time range for the Logwatch report -
node['logwatch']['format']
- The format of the Logwatch report -
node['logwatch']['directives']
- Additional configuration options can be added here, comma separated, for example:default['logwatch']['directives'] = ['Print = Yes', 'Output = mail', 'Service = All']
License & Authors
Author: Cookbook Engineering Team (cookbooks@chef.io)
Copyright: 2009-2016, Chef Software, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
logwatch Cookbook CHANGELOG
This file is used to list changes made in each version of the logwatch cookbook.
2.0.0 (2016-09-16)
- Remove node name from the template
- Testing updates
- Require Chef 12.1
v1.2.1 (11-16-2016)
- Added node['logwatch']['directives'] attribute for passing an array of directives to the logwatch config
v1.2.0
- Add new
node['logwatch']['sender']
attribute - Added additional platforms to the metadata
- Updated .gitignore file
- Updated Test Kitchen config for the latest platforms
- Added Chef standard Rubocop config
- Updated testing in Travis CI to use ChefDK vs. Gems
- Updated Berksfile to 3.X format
- Updated contributing and testing docs
- Added maintainers.md and maintainers.toml files
- Added Travis and cookbook version badges to the readme
- Expanded the requirements section in the readme and clarify the minimum supported Chef release is 11
- Updated Opscode -> Chef Software
- Added a Rakefile for simplified testing
- Added a Chefignore file
- Resolved Rubocop warnings
- Added source_url and issues_url to the metadata
- Updated Chefspec tests to 4.X format
v1.1.0
Improvement
- COOK-3259 - Add and document additional logwatch configuration options as node attributes
v1.0.0
- [COOK-1529] - Add default
logwatch.conf
- Add test-kitchen support
v0.1.1
- Initial public release
Collaborator Number Metric
2.0.0 passed this metric
Foodcritic Metric
2.0.0 passed this metric
2.0.0 passed this metric
2.0.0 passed this metric