We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e582c5 commit 5f611e8Copy full SHA for 5f611e8
manifests/pe_metric.pp
@@ -61,9 +61,9 @@
61
}
62
63
$metrics_command = $metrics_server_type ? {
64
- 'influxdb' => "${port_metrics_command} --influx-db ${metrics_server_db}",
65
- 'graphite' => $port_metrics_command,
66
- default => $port_metrics_command,
+ 'influxdb' => "${port_metrics_command} --influx-db ${metrics_server_db} > /dev/null",
+ 'graphite' => "${port_metrics_command} > /dev/null",
+ default => "${port_metrics_command} > /dev/null",
67
68
} else {
69
$metrics_command = "${metrics_base_command} --no-print"
0 commit comments