migrate-3-4.px: Split up the memory.rrd file.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 22 Apr 2007 08:24:37 +0000 (10:24 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 22 Apr 2007 08:24:37 +0000 (10:24 +0200)
contrib/migrate-3-4.px

index b656f7f..467c46b 100755 (executable)
@@ -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' },