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 8
8
#
9
9
# @api private
10
10
#
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.
22
11
#
23
12
class puppet_metrics_collector::system::postgres (
24
13
String $metrics_ensure = $puppet_metrics_collector::system::system_metrics_ensure,
Original file line number Diff line number Diff line change 9
9
#
10
10
# @api private
11
11
#
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
24
12
class puppet_metrics_collector::system::vmware (
25
13
String $metrics_ensure = $puppet_metrics_collector::system::system_metrics_ensure,
26
14
Integer $collection_frequency = $puppet_metrics_collector::system::collection_frequency,
You can’t perform that action at this time.
0 commit comments