From: Florian Forster Date: Sun, 22 Apr 2007 08:24:37 +0000 (+0200) Subject: migrate-3-4.px: Split up the memory.rrd file. X-Git-Tag: collectd-4.0.0~68 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=dc88ccab6d171acf51348e5d172fabd2b5f45371 migrate-3-4.px: Split up the memory.rrd file. --- diff --git a/contrib/migrate-3-4.px b/contrib/migrate-3-4.px index b656f7fa..467c46bc 100755 --- a/contrib/migrate-3-4.px +++ b/contrib/migrate-3-4.px @@ -107,6 +107,7 @@ our %TypeTranslate = our %TypeSplit = ( cpu => { from => [qw(user nice syst idle wait)], to => 'value', type_instance => [qw(user nice system idle wait)] }, + memory => { from => [qw(used free buffers cached)], to => 'value', type_instance => [qw(used free buffered cached)] }, nfs3_procedures => { from => [qw(null getattr lookup access readlink read write create mkdir symlink mknod remove rmdir rename link readdir readdirplus fsstat fsinfo pathconf commit)], to => 'value' },