File tree 4 files changed +33
-10
lines changed
4 files changed +33
-10
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,14 @@ Bundler/DuplicatedGem:
22
22
Enabled : false
23
23
Bundler/OrderedGems :
24
24
Enabled : false
25
+ GetText/DecorateFunctionMessage :
26
+ Enabled : false
27
+ GetText/DecorateString :
28
+ Enabled : false
29
+ GetText/DecorateStringFormattingUsingInterpolation :
30
+ Enabled : false
31
+ GetText/DecorateStringFormattingUsingPercent :
32
+ Enabled : false
25
33
Layout/AccessModifierIndentation :
26
34
Enabled : false
27
35
Layout/AlignArray :
@@ -694,6 +702,3 @@ Style/YodaCondition:
694
702
Enabled : false
695
703
Style/ZeroLengthPredicate :
696
704
Enabled : false
697
- GetText/DecorateString :
698
- Exclude :
699
- - ' files/generate_system_metrics'
Original file line number Diff line number Diff line change
1
+ # Minor Release 5.3.0
2
+
3
+ ## Improvements
4
+ - Enable FOSS support with Puppetserver collection
5
+ - [ PR #23 ] ( https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/pull/23 )
6
+ - Remove ` 127.0.0.1 ` special case naming
7
+ - [ PR #26 ] ( https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/pull/26 )
8
+ - Add the ability to generate system metrics
9
+ - [ PR #28 ] ( https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/pull/28 )
10
+ - [ PR #30 ] ( https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/pull/30 )
11
+ - Make the output files smaller by excluding metrics and not pretty printing
12
+ - [ PR #29 ] ( https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/pull/29 )
13
+
14
+ ## Changes
15
+ - Add a newline to STDOUT of the processing script
16
+ - [ PR #27 ] ( https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/pull/27 )
17
+
1
18
# Minor Release 5.2.0
2
19
3
20
## Improvements
4
- - Add ability to send metrics data directly to influxdb, graphite,
5
- or splunk ( in combination with the splunk_hec module )
6
- - https://github.com/puppetlabs/puppetlabs-puppet\_metrics\_collector/pull/19
21
+ - Add ability to send metrics data directly to influxdb, graphite,
22
+ or splunk ( in combination with the splunk_hec module )
23
+ - https://github.com/puppetlabs/puppetlabs-puppet\_metrics\_collector/pull/19
7
24
8
25
## Changes
9
26
- Update metadata dependency information to reflect support for
10
27
puppetlabs/stdlib 6.x
11
- - https://github.com/puppetlabs/puppetlabs-puppet\_metrics\_collector/pull/22
28
+ - https://github.com/puppetlabs/puppetlabs-puppet\_metrics\_collector/pull/22
12
29
13
30
# Patch Release 5.1.2
14
31
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-puppet_metrics_collector" ,
3
- "version" : " 5.2 .0" ,
3
+ "version" : " 5.3 .0" ,
4
4
"author" : " npwalker" ,
5
5
"summary" : " A Puppet module for gathering metrics from PE components" ,
6
6
"license" : " Apache-2.0" ,
68
68
"version_requirement" : " >= 4.2.1"
69
69
}
70
70
],
71
- "pdk-version" : " 1.12.0 " ,
71
+ "pdk-version" : " 1.14.1 " ,
72
72
"template-url" : " https://github.com/puppetlabs/pdk-templates#master" ,
73
- "template-ref" : " heads/master-0-g66e1443 "
73
+ "template-ref" : " heads/master-0-g643529a "
74
74
}
Original file line number Diff line number Diff line change 3
3
# Facts specified here will override the values provided by rspec-puppet-facts.
4
4
---
5
5
ipaddress : " 172.16.254.254"
6
+ ipaddress6 : " FE80:0000:0000:0000:AAAA:AAAA:AAAA"
6
7
is_pe : false
7
8
macaddress : " AA:AA:AA:AA:AA:AA"
8
9
pe_server_version : 2016.4.5
You can’t perform that action at this time.
0 commit comments