Code

rules: Fix the arch selection for enabling the gRPC plugin.
[pkg-collectd.git] / debian / collectd-core.templates
1 Template: collectd/migration-3-4
2 Type: note
3 _Description: Layout of RRD files has changed
4  The layout of the RRD files created by collectd has changed significantly
5  since version 3.x. In order to keep your old data you have to migrate it.
6  This can be done by using /usr/lib/collectd/utils/migrate-3-4.px.
7  .
8  This step requires both the perl and the rrdtool packages to be installed,
9  which is currently not the case. You need to perform the migration manually.
10  .
11  See /usr/share/doc/collectd-core/NEWS.Debian.gz for details.
13 Template: collectd/auto-migrate-3-4
14 Type: boolean
15 Default: false
16 _Description: Automatically try to migrate your RRD files?
17  The layout of the RRD files created by collectd has changed significantly
18  since version 3.x. In order to keep your old data you have to migrate it.
19  This can be done by using /usr/lib/collectd/utils/migrate-3-4.px.
20  .
21  This step can be done automatically. In this case a backup of
22  /var/lib/collectd/ is made in /var/backups/. This script is still
23  experimental, though. Do not expect it to work in all cases.
24  .
25  See /usr/share/doc/collectd-core/NEWS.Debian.gz for details.
27 Template: collectd/migration-4-5
28 Type: note
29 _Description: Layout of RRD files has changed in version 5.0
30  The layout of some RRD files created by collectd has changed since version
31  4.x. In order to keep your old data you have to migrate it. This can be done
32  by using /usr/lib/collectd/utils/migrate-4-5.px.
33  .
34  This step requires both the perl and the rrdtool packages to be installed,
35  which is currently not the case. You need to perform the migration manually.
36  .
37  See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at
38  <https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details.
40 Template: collectd/auto-migrate-4-5
41 Type: boolean
42 Default: false
43 _Description: Automatically try to migrate your RRD files?
44  The layout of some RRD files created by collectd has changed since version
45  4.x. In order to keep your old data you have to migrate it. This can be done
46  by using /usr/lib/collectd/utils/migrate-4-5.px.
47  .
48  This step can be done automatically. In this case a backup of
49  /var/lib/collectd/ is made in /var/backups/. This script is still
50  experimental, though. Do not expect it to work in all cases.
51  .
52  See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at
53  <https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details.
55 Template: collectd/postrm_purge_data
56 Type: boolean
57 Default: true
58 _Description: Remove all collected data (e.g. RRD files)?
59  The /var/lib/collectd/ directory which contains the data files containing the
60  collected statistics is about to be removed. For example, this directory
61  includes (in the default configuration) all RRD files.
62  .
63  If you're purging the collectd package in order to replace it with a more
64  recent or custom version or if you want to keep the data for further
65  analysis, the data should be kept.