Code

Merge remote-tracking branch 'github/pr/387'
[collectd.git] / contrib / migrate-3-4.px
index bb5bc94c5ad685958d21d89c44ffb7c4ede10e80..ed19a7b61535265f11c6423fd1154d867735bd7c 100755 (executable)
@@ -121,7 +121,8 @@ our %TypeSplit =
 
 our %TypeRename =
 (
-       traffic => { from => [qw(incoming outgoing)], to => [qw(rx tx)] }
+       traffic => { from => [qw(incoming outgoing)], to => [qw(rx tx)] },
+       vs_processes => { from => [qw(total)], to => [qw(value)] },
 );
 
 GetOptions ("indir|i=s" => \$InDir,