summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5f2db37)
raw | patch | inline | side by side (parent: 5f2db37)
author | Florian Forster <octo@collectd.org> | |
Sat, 23 Apr 2011 15:31:08 +0000 (08:31 -0700) | ||
committer | Florian Forster <octo@collectd.org> | |
Sat, 23 Apr 2011 15:31:08 +0000 (08:31 -0700) |
contrib/migrate-4-5.px | patch | blob | history |
diff --git a/contrib/migrate-4-5.px b/contrib/migrate-4-5.px
index 1e54683ae0333848b26dbd9269678a0387de0590..0e6f7b2f42256c9279edc41c24bca638f636bd8c 100755 (executable)
--- a/contrib/migrate-4-5.px
+++ b/contrib/migrate-4-5.px
use File::Basename ('dirname');
our $InDir = '/var/lib/collectd';
-our $OutDir = '/tmp/collectd-5';
our $RRDtool = 'rrdtool';
our %TypesCounterToDerive = # {{{
--indir <dir> Source directory
Default: $InDir
- --outdir <dir> Destination directory
- Default: $OutDir
--rrdtool <path> Path to the RRDtool binary
Default: $RRDtool
} # }}} sub exit_usage
GetOptions ("indir|i=s" => \$InDir,
- "outdir|o=s" => \$OutDir,
"rrdtool=s" => \$RRDtool,
"help|h" => \&exit_usage) or exit_usage ();