X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=contrib%2Fmigrate-4-5.px;fp=contrib%2Fmigrate-4-5.px;h=c2a95558b236e96477e94884c0ab703ff4fd942a;hp=c39b51b655bf249c229b513009667b7a7c5dc074;hb=91f0e886b3f80f5cdfcb0101db27ab90d982e4d3;hpb=719286f21b91e1122b23fbc7dbf2190e356af464 diff --git a/contrib/migrate-4-5.px b/contrib/migrate-4-5.px index c39b51b6..c2a95558 100755 --- a/contrib/migrate-4-5.px +++ b/contrib/migrate-4-5.px @@ -187,8 +187,8 @@ sub handle_file # {{{ print "mkdir -p \"$dir/$plugin-$type_inst\"\n"; if (($plugin eq 'df') and ($type eq 'df')) { - print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-free.rrd --map free:value\n"; - print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-used.rrd --map used:value\n"; + print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-free.rrd\" --map free:value\n"; + print "$RRDFilter --infile=\"$path\" --outfile=\"$dir/$plugin-$type_inst/df_complex-used.rrd\" --map used:value\n"; } else {