Skip to content

Commit 310749f

Browse files
committed
(PE-28451) simplfy and update readme
1 parent face029 commit 310749f

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -177,22 +177,6 @@ puppetdb/master.example.com/20190404T171001Z.json: "queue_depth": 0,
177177
puppetdb/master.example.com/20190404T171502Z.json: "queue_depth": 0,
178178
```
179179

180-
Example for PE 2016.5 and older:
181-
182-
```bash
183-
grep Cursor puppetdb/master.example.com/*.json
184-
185-
puppetdb/master.example.com/20190404T171001Z.json: "CursorMemoryUsage": 0,
186-
puppetdb/master.example.com/20190404T171001Z.json: "CursorFull": false,
187-
puppetdb/master.example.com/20190404T171001Z.json: "CursorPercentUsage": 0,
188-
puppetdb/master.example.com/20190404T171502Z.json: "CursorMemoryUsage": 0,
189-
puppetdb/master.example.com/20190404T171502Z.json: "CursorFull": false,
190-
puppetdb/master.example.com/20190404T171502Z.json: "CursorPercentUsage": 0,
191-
puppetdb/master.example.com/20190404T172002Z.json: "CursorMemoryUsage": 0,
192-
puppetdb/master.example.com/20190404T172002Z.json: "CursorFull": false,
193-
puppetdb/master.example.com/20190404T172002Z.json: "CursorPercentUsage": 0,
194-
```
195-
196180
### Sharing Metrics Data
197181

198182
When working with Support, you may be asked for an archive of collected metrics data.
@@ -368,17 +352,23 @@ Classify each PE Infrastructure Host with this module, specifying the following
368352
When classifying a Compile Master, specify these additional parameters:
369353

370354
```puppet
355+
class { 'puppet_metrics_collector':
356+
puppetserver_hosts => ['127.0.0.1'],
371357
puppetdb_metrics_ensure => absent,
372358
orchestrator_metrics_ensure => absent,
373359
ace_metrics_ensure => absent,
374360
bolt_metrics_ensure => absent,
361+
}
375362
```
376363

377364
When classifying a PuppetDB Host, specify these additional parameters:
378365

379366
```puppet
367+
class { 'puppet_metrics_collector':
368+
puppetdb_hosts => ['127.0.0.1'],
380369
puppetserver_metrics_ensure => absent,
381370
orchestrator_metrics_ensure => absent,
382371
ace_metrics_ensure => absent,
383372
bolt_metrics_ensure => absent,
373+
}
384374
```

0 commit comments

Comments
 (0)