X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fcollectd-core.templates;h=f8ab94f2e3bf52c5a8558ae2c3cb1eb7688f993d;hb=7cafb0469f7f9aa5635cde32d04ee5c6c50d7c82;hp=089e18ffbbacd667ed655155f25c0363915bb4ae;hpb=12f6f4493471f9a393dd7dd273da4117c0fd6de8;p=pkg-collectd.git diff --git a/debian/collectd-core.templates b/debian/collectd-core.templates index 089e18f..f8ab94f 100644 --- a/debian/collectd-core.templates +++ b/debian/collectd-core.templates @@ -24,3 +24,43 @@ _Description: Automatically try to migrate your RRD files? . See /usr/share/doc/collectd-core/NEWS.Debian for details. +Template: collectd/migration-4-5 +Type: note +_Description: Layout of RRD files has changed in version 5.0 + The layout of some RRD files created by collectd has changed since version + 4.x. In order to keep your old data you have to migrate it. This can be done + by using /usr/lib/collectd-core/utils/migrate-4-5.px. + . + This step requires both the perl and the rrdtool packages to be installed, + which is currently not the case. You need to perform the migration manually. + . + See /usr/share/doc/collectd-core/NEWS.Debian and the collectd wiki at + for details. + +Template: collectd/auto-migrate-4-5 +Type: boolean +Default: false +_Description: Automatically try to migrate your RRD files? + The layout of some RRD files created by collectd has changed since version + 4.x. In order to keep your old data you have to migrate it. This can be done + by using /usr/lib/collectd-core/utils/migrate-4-5.px. + . + This step can be done automatically. In this case a backup of + /var/lib/collectd/ is made in /var/backups/. This script is still + experimental, though. Do not expect it to work in all cases. + . + See /usr/share/doc/collectd-core/NEWS.Debian and the collectd wiki at + for details. + +Template: collectd/postrm_purge_data +Type: boolean +Default: true +_Description: Remove all collected data (e.g. RRD files)? + The /var/lib/collectd/ directory which contains the data files containing the + collected statistics is about to be removed. For example, this directory + includes (in the default configuration) all RRD files. + . + If you're purging the collectd package in order to replace it with a more + recent or custom version or if you want to keep the data for further + analysis, the data should be kept. +