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

mcelog (20) Versions 2.1.7

Installs/Configures mcelog to catch and decode hardware errors from the Linux kernel

Policyfile
Berkshelf
Knife
cookbook 'mcelog', '= 2.1.7', :supermarket
cookbook 'mcelog', '= 2.1.7'
knife supermarket install mcelog
knife supermarket download mcelog
README
Dependencies
Changelog
Quality 50%

mcelog Cookbook

Cookbook Version
CI State
OpenCollective
OpenCollective
License

Installs and configures mcelog for decoding kernel hardware error messages on Linux.

Maintainers

This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.

Requirements

Platforms

  • Debian 9 (10+ does not include mcelog)
  • RHEL based distros 7+

Chef

  • Chef 12.15+

Cookbooks

default - installs and configures mcelog

Attributes

config options

  • default['mcelog']['cpu'] = nil
  • default['mcelog']['cpumhz'] = nil
  • default['mcelog']['filter'] = 'yes'
  • default['mcelog']['dmi'] = 'no'

logging options

  • default['mcelog']['syslog'] = 'yes'
  • default['mcelog']['syslog-error'] = 'yes'
  • default['mcelog']['logfile'] = '/var/log/mcelog' # this can only be used if syslog is not active
  • default['mcelog']['filter-memory-errors'] = 'no'
  • default['mcelog']['raw'] = 'no'

user/group settings

  • default['mcelog']['run-credentials-user'] = 'root'
  • default['mcelog']['run-credentials-group'] = 'root'
  • default['mcelog']['server']['client-user'] = 'root'
  • default['mcelog']['server']['client-group'] = 'root'

dimm monitoring settings

  • default['mcelog']['dimm']['dimm-tracking-enabled'] = 'yes'
  • default['mcelog']['dimm']['dmi-prepopulate'] = 'yes'
  • default['mcelog']['dimm']['uc-error-threshold'] = '1 / 24h'
  • default['mcelog']['dimm']['ce-error-threshold'] = '10 / 24h'

cpu monitoring settings

  • default['mcelog']['socket']['socket-tracking-enabled'] = 'yes'
  • default['mcelog']['socket']['mem-uc-error-threshold'] = '100 / 24h'
  • default['mcelog']['socket']['mem-ce-error-trigger'] = 'socket-memory-error-trigger'
  • default['mcelog']['socket']['mem-ce-error-threshold'] = '100 / 24h'
  • default['mcelog']['socket']['mem-ce-error-log'] = 'yes'

cpu cache settings

  • default['mcelog']['cache']['cache-threshold-trigger'] = 'cache-error-trigger'
  • default['mcelog']['cache']['cache-threshold-log'] = 'yes'

memory page settings

  • default['mcelog']['page']['memory-ce-threshold'] = '10 / 24h'
  • default['mcelog']['page']['memory-ce-log'] = 'yes'
  • default['mcelog']['page']['memory-ce-action'] = 'soft'

trigger settings

  • default['mcelog']['trigger']['children-max'] = 2
  • default['mcelog']['trigger']['directory'] = '/etc/mcelog'

Usage

Apply the default recipe to the node.

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website
https://opencollective.com/sous-chefs/sponsor/1/website
https://opencollective.com/sous-chefs/sponsor/2/website
https://opencollective.com/sous-chefs/sponsor/3/website
https://opencollective.com/sous-chefs/sponsor/4/website
https://opencollective.com/sous-chefs/sponsor/5/website
https://opencollective.com/sous-chefs/sponsor/6/website
https://opencollective.com/sous-chefs/sponsor/7/website
https://opencollective.com/sous-chefs/sponsor/8/website
https://opencollective.com/sous-chefs/sponsor/9/website

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

mcelog Cookbook CHANGELOG

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

2.1.7 - 2023-04-01

2.1.6 - 2023-03-02

  • Standardise files with files in sous-chefs/repo-management

2.1.5 - 2023-03-02

  • Standardise files with files in sous-chefs/repo-management

2.1.4 - 2022-02-08

  • Remove delivery folder

2.1.3 - 2021-08-30

  • Standardise files with files in sous-chefs/repo-management

2.1.2 - 2021-06-01

  • Standardise files with files in sous-chefs/repo-management

2.1.1 - 2021-06-01

  • Standardise files with files in sous-chefs/repo-management

2.1.0 - 2021-03-22

  • Cookstyle fixes
  • Sous Chefs Adoption

2.0.1 (2020-01-02)

  • Correct path of mcelog.conf for rhel fedora - @ashangit
  • Update specs to 16.04 - @tas50
  • Updates for cookstyle - @tas50

2.0.0 (2017-03-01)

  • Use ChefDK for test deps and not the Gemfile
  • Add Github issue and PR templates
  • Test using Local Delivery and not Rake
  • Move ownership over to Chef from tas50
  • Require Chef 12.1+

v1.0.0 (2016-01-31)

  • Add integration testing with Test Kitchen and kitchen-docker in Travis CI
  • Add support for RHEL 7
  • Bump the minimum RHEL release to 6 as 5 was actually broken before
  • Add inspec tests to ensure the service is started
  • Remove the attributes for service name and config dir and instead use helper methods

v0.2.0

  • Use standard Chef .gitignore file
  • Add travis.yml file for testing
  • Remove use of hash rockets in the rubocop.yml file
  • Add a Berksfile
  • Add a Contributing doc
  • Update and breakout deps in the Gemfile
  • Add badges and requirements information to the readme
  • Add chefignore to limit what files are uploaded to the server
  • Add basic chefspec converge test
  • Add source_url and issues_url to metadata.rb
  • Add a changelog file

Collaborator Number Metric
            

2.1.7 passed this metric

Contributing File Metric
            

2.1.7 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

Cookstyle Metric
            

2.1.7 passed this metric

No Binaries Metric
            

2.1.7 passed this metric

Testing File Metric
            

2.1.7 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
            

2.1.7 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