Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mce log plugin #904

Merged
merged 1 commit into from Feb 8, 2020
Merged

Add Mce log plugin #904

merged 1 commit into from Feb 8, 2020

Conversation

MichalRebisz
Copy link
Contributor

manifests/plugin/mcelog.pp Outdated Show resolved Hide resolved
README.md Outdated
@@ -132,6 +132,7 @@ documentation for each plugin for configurable attributes.
* `hddtemp` (see [collectd::plugin::hddtemp](#class-collectdpluginhddtemp) below)
* `hugepages` (see [collectd::plugin::hugepages](#class-collectdpluginhugepages) below)
* `intel_pmu` (see [collectd::plugin::intel_pmu](#class-collectdpluginintel_pmu) below)
* `mcelog` (see [collectd::plugin::mcelog](#class-collectdpluginmcelog) below)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please move this down to keep the list sorted alphabetical?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved it down.

@@ -0,0 +1,10 @@
<Plugin mcelog>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please convert this to an epp template? We require this for new templates. For our other review guidelines please have a look at https://voxpupuli.org/docs/reviewing_pr/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Converted to epp template

let :facts do
facts
end

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please also ensure that this compiles properly?

Something like this should work:

it { is_expected.to compile.with_all_deps }

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

@bastelfreak bastelfreak added enhancement New feature or request needs-work not ready to merge just yet labels Jan 31, 2020
@bastelfreak bastelfreak changed the title Mce log Add Mce log plugin Jan 31, 2020
@bastelfreak bastelfreak removed the needs-work not ready to merge just yet label Feb 8, 2020
@bastelfreak bastelfreak merged commit c2ef950 into voxpupuli:master Feb 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants