Showing with 9 additions and 4 deletions.
  1. +8 −0 CHANGELOG.md
  2. +0 −3 manifests/system.pp
  3. +1 −1 metadata.json
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v7.0.2](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/tree/v7.0.2) (2021-07-19)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/compare/v7.0.1...v7.0.2)

### Fixed

- Remove system warning entirely [\#139](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/pull/139) ([m0dular](https://github.com/m0dular))

## [v7.0.1](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/tree/v7.0.1) (2021-07-16)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/compare/v7.0.0...v7.0.1)
Expand Down
3 changes: 0 additions & 3 deletions manifests/system.pp
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
contain puppet_metrics_collector::system::memory
contain puppet_metrics_collector::system::processes
}
else {
warning('System collection disabled. Set `puppet_metrics_collector::system::manage_sysstat: true` to enable system metrics')
}

if $facts['virtual'] == 'vmware' {
if $manage_vmware_tools and ($system_metrics_ensure == 'present') {
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-puppet_metrics_collector",
"version": "7.0.1",
"version": "7.0.2",
"author": "puppetlabs",
"summary": "A Puppet module for gathering metrics from PE components",
"license": "Apache-2.0",
Expand Down