[collectd] [PATCH] migrate-3-4.px: Rename vs_processes's data source from "total" to "value".

Sebastian Harl sh at tokkee.org
Fri Apr 18 14:54:50 CEST 2008


Signed-off-by: Sebastian Harl <sh at tokkee.org>
---
 contrib/migrate-3-4.px |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/contrib/migrate-3-4.px b/contrib/migrate-3-4.px
index bb5bc94..ed19a7b 100755
--- 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,
-- 
1.5.4.2

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20080418/24a19134/attachment.pgp 


More information about the collectd mailing list