cookbook 'mcelog', '= 2.2.1'
mcelog
(22) Versions
2.2.1
-
Follow2
Installs/Configures mcelog to catch and decode hardware errors from the Linux kernel
cookbook 'mcelog', '= 2.2.1', :supermarket
knife supermarket install mcelog
knife supermarket download mcelog
mcelog Cookbook
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!
Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your 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.2.1 - 2024-05-02
2.2.0 - 2023-10-31
- Fix markdown in contributing docs
2.1.13 - 2023-10-31
2.1.12 - 2023-09-28
2.1.11 - 2023-09-04
2.1.10 - 2023-07-10
2.1.9 - 2023-05-17
2.1.8 - 2023-05-03
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.2.1 passed this metric
Contributing File Metric
2.2.1 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.2.1 passed this metric
No Binaries Metric
2.2.1 passed this metric
Testing File Metric
2.2.1 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.2.1 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
2.2.1 passed this metric
2.2.1 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.2.1 passed this metric
No Binaries Metric
2.2.1 passed this metric
Testing File Metric
2.2.1 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.2.1 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
2.2.1 passed this metric
2.2.1 passed this metric
Testing File Metric
2.2.1 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.2.1 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
2.2.1 failed this metric
2.2.1 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