[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.0'

Florian Forster octo at verplant.org
Wed Jan 18 12:01:59 CET 2012


 contrib/migrate-4-5.px |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

New commits:
commit 3b9261df9f7426c4b823a801671aaaba30fda6d9
Merge: 3e38e29 b3bb5e8
Author: Florian Forster <github at nospam.verplant.org>
Date:   Wed Jan 18 03:01:04 2012 -0800

    Merge pull request #13 from insom/improved-migration
    
    Migration: Ensure destination directories exist when moving RRDs

commit b3bb5e85375bae10ea5d6ff5c205a069d5d26654
Author: Aaron Brady <bradya at gmail.com>
Date:   Sun Jan 15 13:16:37 2012 +0000

    Migration: Ensure destination directories exist when moving RRDs
    
    If you have not run collectd 5 before, then when type instances
    are migrated to plugin instances the destination directories
    may not already exist. For example:
    
    mv "./test/df/df-mnt-dlna.rrd" "./test/df-mnt-dlna/df.rrd"
    
    This one-liner does a mkdir -p of the destination before
    attempting to move the file.




More information about the collectd-changes mailing list