|
71 | 71 | # @param override_metrics_command |
72 | 72 | # Optional String: Allows you to define the command that is executed to gather metrics. Default: undef |
73 | 73 | # |
| 74 | +# @param activemq_metrics_ensure |
| 75 | +# Optional String: Collection of ActiveMQ metrics has been removed, but the parameters are left to avoid breaking upgrades |
| 76 | +# @param activemq_hosts |
| 77 | +# Optional String: Collection of ActiveMQ metrics has been removed, but the parameters are left to avoid breaking upgrades |
| 78 | +# @param activemq_port |
| 79 | +# Optional Integer: Collection of ActiveMQ metrics has been removed, but the parameters are left to avoid breaking upgrades |
| 80 | +# @param puppetserver_excludes |
| 81 | +# An Array of metrics to exclude from the puppetserver metrics collection. |
| 82 | +# @param puppetdb_excludes |
| 83 | +# An Array of metrics to exclude from the puppetdb metrics collection. |
| 84 | +# @param orchestrator_excludes |
| 85 | +# An Array of metrics to exclude from the orchestrator_excludes metrics collection. |
| 86 | +# @param ace_excludes |
| 87 | +# An Array of metrics to exclude from the ace_excludes metrics collection. |
| 88 | +# @param bolt_excludes |
| 89 | +# An Array of metrics to exclude from the bolt_excludes metrics collection. |
| 90 | +# @param activemq_excludes |
| 91 | +# Collection of ActiveMQ metrics has been removed, but the parameters are left to avoid breaking upgrades |
| 92 | +# @param metrics_server_hostname |
| 93 | +# The hostname of the metrics server to send data to. Default: undef |
| 94 | +# @param metrics_server_port |
| 95 | +# The port number of the metrics server to send data to. Default: undef |
| 96 | +# @param metrics_server_db_name |
| 97 | +# The database name on the metrics server to send data to. |
| 98 | +# Required for metrics_server_type of influxdb. Default: undef |
| 99 | +# @param override_metrics_command |
| 100 | +# Allows you to define the command that is executed to gather metrics. Default: undef |
74 | 101 | class puppet_metrics_collector ( |
75 | 102 | String $puppetserver_metrics_ensure = 'present', |
76 | 103 | String $output_dir = '/opt/puppetlabs/puppet-metrics-collector', |
|
0 commit comments