We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9494c0d commit 3b26145Copy full SHA for 3b26145
manifests/sar_metric.pp
@@ -27,7 +27,8 @@
27
" --metric_type ${metrics_type}",
28
" --file_interval ${file_interval_seconds}",
29
" --polling_interval ${polling_frequency_seconds}",
30
- " --metrics_dir ${puppet_metrics_collector::system::output_dir}"
+ " --metrics_dir ${puppet_metrics_collector::system::output_dir}",
31
+ " > /dev/null",
32
], '')
33
34
cron { "${metrics_type}_metrics_collection" :
0 commit comments