|
349 | 349 | protocol => $protocol, |
350 | 350 | http_timeout_seconds => $http_timeout_seconds, |
351 | 351 | template_format => $template_format, |
| 352 | + include_pe_metrics => $include_pe_metrics, |
352 | 353 | } |
353 | 354 | } |
354 | 355 |
|
|
358 | 359 | protocol => $protocol, |
359 | 360 | http_timeout_seconds => $http_timeout_seconds, |
360 | 361 | template_format => $template_format, |
| 362 | + include_pe_metrics => $include_pe_metrics, |
361 | 363 | } |
362 | 364 | } |
363 | 365 |
|
|
367 | 369 | protocol => $protocol, |
368 | 370 | http_timeout_seconds => $http_timeout_seconds, |
369 | 371 | template_format => $template_format, |
| 372 | + include_pe_metrics => $include_pe_metrics, |
370 | 373 | } |
371 | 374 | } |
372 | 375 |
|
|
413 | 416 | protocol => $protocol, |
414 | 417 | http_timeout_seconds => $http_timeout_seconds, |
415 | 418 | template_format => $template_format, |
| 419 | + include_pe_metrics => $include_pe_metrics, |
416 | 420 | } |
417 | 421 | } |
418 | 422 | } |
|
429 | 433 | protocol => $protocol, |
430 | 434 | http_timeout_seconds => $http_timeout_seconds, |
431 | 435 | template_format => $template_format, |
| 436 | + include_pe_metrics => $include_pe_metrics, |
432 | 437 | } |
433 | 438 | } |
434 | 439 |
|
|
438 | 443 | protocol => $protocol, |
439 | 444 | http_timeout_seconds => $http_timeout_seconds, |
440 | 445 | template_format => $template_format, |
| 446 | + include_pe_metrics => $include_pe_metrics, |
441 | 447 | } |
442 | 448 | if $include_pe_metrics { |
443 | 449 | puppet_operational_dashboards::telegraf::config { 'pcp': |
444 | 450 | hosts => ["${trusted['certname']}:${pcp_port}"], |
445 | 451 | protocol => $protocol, |
446 | 452 | http_timeout_seconds => $http_timeout_seconds, |
447 | 453 | template_format => $template_format, |
| 454 | + include_pe_metrics => $include_pe_metrics, |
448 | 455 | } |
449 | 456 | } |
450 | 457 | } |
|
455 | 462 | protocol => $protocol, |
456 | 463 | http_timeout_seconds => $http_timeout_seconds, |
457 | 464 | template_format => $template_format, |
| 465 | + include_pe_metrics => $include_pe_metrics, |
458 | 466 | } |
459 | 467 | } |
460 | 468 |
|
|
0 commit comments