We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b755455 + 7f15bde commit 91199caCopy full SHA for 91199ca
manifests/pe_metric.pp
@@ -64,7 +64,7 @@
64
fail('When specifying an InfluxDB metrics server, you must specify a metrics server db_name')
65
}
66
67
- $conv_metrics_command = "${base_metrics_command} | ${conversion_script_file_path} --netcat ${server_hostname} --convert-to ${server_type}"
+ $conv_metrics_command = "${base_metrics_command} | ${conversion_script_file_path} --netcat ${server_hostname} --convert-to ${server_type} -"
68
69
$full_metrics_command = empty($server_port) ? {
70
false => "${conv_metrics_command} --port ${server_port}",
0 commit comments