X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2Fmigrate-4-5.px;h=c2a95558b236e96477e94884c0ab703ff4fd942a;hb=3427c2e266c04d67848bda913caa730a395c7295;hp=c39b51b655bf249c229b513009667b7a7c5dc074;hpb=605dab534eb2f0ee26446c157c9fdd2ad6e9427a;p=collectd.git 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 {