projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33bff14
)
migrate-3-4.px: Rename vs_processes's data source from "total" to "value".
author
Sebastian Harl
<sh@tokkee.org>
Fri, 18 Apr 2008 12:54:50 +0000
(14:54 +0200)
committer
Florian Forster
<octo@verplant.org>
Sun, 20 Apr 2008 08:39:54 +0000
(10:39 +0200)
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@verplant.org>
contrib/migrate-3-4.px
patch
|
blob
|
history
diff --git
a/contrib/migrate-3-4.px
b/contrib/migrate-3-4.px
index
9fa1139
..
699a471
100755
(executable)
--- a/
contrib/migrate-3-4.px
+++ b/
contrib/migrate-3-4.px
@@
-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,