File tree Expand file tree Collapse file tree 2 files changed +0
-23
lines changed
Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Original file line number Diff line number Diff line change 88#
99# @api private
1010#
11- # @param metrics_ensure
12- # Whether to enable or disable metrics collection for this service.
13- # Valid values are 'present' and 'absent'.
14- # @param collection_frequency
15- # How often to collect metrics.
16- # Valid values are any valid integers representing minutes.
17- # @param retention_days
18- # How long to keep metrics before purging them.
19- # Valid values are any valid integers representing days.
20- # @param metrics_shipping_command
21- # The command to use to ship metrics to the metrics server.
2211#
2312class puppet_metrics_collector::system::postgres (
2413 String $metrics_ensure = $puppet_metrics_collector::system::system_metrics_ensure,
Original file line number Diff line number Diff line change 99#
1010# @api private
1111#
12- # @param metrics_ensure
13- # Whether to enable or disable the metrics collection.
14- # Valid values are 'present' and 'absent'.
15- # @param collection_frequency
16- # How often to collect metrics.
17- #
18- # @param retention_days
19- # How long to keep metrics before purging them.
20- #
21- # @param metrics_shipping_command
22- # The command to use to ship metrics to a remote location.
23- # This is passed to the cron job
2412class puppet_metrics_collector::system::vmware (
2513 String $metrics_ensure = $puppet_metrics_collector::system::system_metrics_ensure,
2614 Integer $collection_frequency = $puppet_metrics_collector::system::collection_frequency,
You can’t perform that action at this time.
0 commit comments