Updated changelog to 4.0.3-1.
Do not build apple_sensors and tape plugins.
They do not provide any functionality any longer.
They do not provide any functionality any longer.
Updated package description.
Added check_plugins.pl to check the build result of all plugins.
Changed ${Source-Version} to ${binary:Version} and ${source:Version}.
changelog: Added note about XS-Vcs-* tags.
Added XS-Vcs-* tags.
Updated to collectd-4.0.2-1.
Closed #428114 - "New upstream version".
Updated to collectd-4.0.1-1.
Install NEWS.Debian to binary package "collectd" only.
copyright: Mention occurrence of GPL v2only and v2+.
MyPlugin.pm: Set max value to 65535 instead of undef.
The current handling of undefined values is not quite what it is supposed to
be.
The current handling of undefined values is not quite what it is supposed to
be.
Fixed a typo in README.Debian.
NEWS.Debian: Added note about collectd.org/migrate-v3-v4.shtml.
collectd.conf: Set default LogLevel to "info" for the syslog plugin.
Added liburi-perl and libhtml-parser-perl to suggested packages.
These packages provide Perl modules required by collection.cgi.
These packages provide Perl modules required by collection.cgi.
Added libpcap0.8-dev as option to the libpcap-dev build dependency.
This is not a release candidate any longer.
collectd.init.d: s/Statistics/statistics/.
README.Debian: minor layout improvements.
Added note about unused plugins on the server side to NEWS.Debian.
Mention the removal of the different operating modes in NEWS.Debian.
Added note about MyPlugin.pm to changelog.
Updated to 4.0.0 final.
Updated changelog, NEWS.Debian and closed #422212.
Updated changelog, NEWS.Debian and closed #422212.
Added dependency on lm-sensors to collectd-sensors.
README.Debian: Added notes about MyPlugin.pm.
Added Perl plugin template MyPlugin.pm.
README.Debian: Replaced pointer to "SPECIAL PLUGINS" in collectd(1).
The information can now be found in separate manpages.
The information can now be found in separate manpages.
myplugin.c: Do not pass a modreg_e to plugin_register.
This has been removed in rc7.
This has been removed in rc7.
Updated changelog.
Updated NEWS.Debian and README.Debian for new init script.
collectd.init.d: Only use /etc/collectd/collectd.conf as config file.
Because of the new plugin infrastructure, a single config file suffices. As
we're now shipping collection.conf in /etc/collectd/ we do not want the init
script to look for multiple config files.
Because of the new plugin infrastructure, a single config file suffices. As
we're now shipping collection.conf in /etc/collectd/ we do not want the init
script to look for multiple config files.
Updated extractDS_path.dpatch to current version for migrate-3-4.px.
rules: Check for plugin specific manpages and install them to correct package.
Some "special" plugins are documented in their own manpages. If such a manpape
exists for any plugin being installed to its own package install the manpage
to that package as well.
Some "special" plugins are documented in their own manpages. If such a manpape
exists for any plugin being installed to its own package install the manpage
to that package as well.
rules: Fix of shebang line has been applied upstream.
Updated debian/po/templates.pot.
Added TypesDB to collectd.conf.
Added collection.conf and collection_conf_path.dpatch.
collection_conf_path.dpatch sets the path to collection.conf in collection.cgi
from /etc/ to /etc/collectd/.
collection_conf_path.dpatch sets the path to collection.conf in collection.cgi
from /etc/ to /etc/collectd/.
migrate-3-4.px requires perl and rrdtool but no longer XML::Simple.
Updated to 4.0.0-rc10.
NEWS.Debian: Added a note about the new plugins "rrdtool", "syslog", etc.
Added missing binary packages to collectd-dbg's dependencies.
NEWS.Debian: Added an example of explicit commands how to do the migration.
Check for XML::Simple in collectd.postinst.
If the script fails to detect XML::Simple it will disable auto-migration.
If the script fails to detect XML::Simple it will disable auto-migration.
Added alpha to list of 64bit systems.
Merge branch 'master' of git.tokkee.org/pkg-collectd
Removed unnecessary occurrences of $(CURDIR) in rules.
Updated changelog.
collectd.config: Use "lt-nl" instead of "lt" when comparing versions.
"lt-nl" treats an empty version as larger than any other version which is the
desired behavior when checking for an upgrade from v3 to v4.
"lt-nl" treats an empty version as larger than any other version which is the
desired behavior when checking for an upgrade from v3 to v4.
NEWS.Debian: Fixed new DataDir path.
collectd.postinst: Remove swap-reserved.rrd after migration.
Reserved swap is only available on Solaris.
Reserved swap is only available on Solaris.
collectd.postinst: Set correct permissions for /var/lib/collectd/rrd/.
mktemp(1) creates the directory with permissions 0700 but we want to have 0755
after the data has been migrated.
mktemp(1) creates the directory with permissions 0700 but we want to have 0755
after the data has been migrated.
collectd.postinst: Pass hostname to migrate-3-4.px and fix new DataDir.
* hostname should only default to "localhost" if hostname(1) returned the
empty string
* move new DataDir to /var/lib/collectd/rrd instead of /var/lib/collectd/
* hostname should only default to "localhost" if hostname(1) returned the
empty string
* move new DataDir to /var/lib/collectd/rrd instead of /var/lib/collectd/
Updated templates.pot.
collectd.templates: Added a note about XML::Simple.
Added bison | byacc and flex to build dependencies.
collectd.postinst: Set output directory for migrate-3-4.px using mktemp(1).
Use po-debconf to make translations of debconf templates possible.
Updated copyright to collectd-4.
control: Updated plugin list.
Fix shebang line in examples/iptables/accounting.sh.
collectd.postinst: Move /tmp/collectd-4 to /var/lib/collectd.
Added NEWS.Debian with notes regarding the upgrade to collectd-4.
Added a note about perl and exec plugins to README.Debian.
Added possibility to automatically migrate RRD files from v3 to v4.
A debconf question has been added to ask the user weather he wishes to let
collectd try to automatically migrate old RRD files using migrate-3-4.px. A
backup of /var/lib/collectd/ will be created in this case.
A debconf question has been added to ask the user weather he wishes to let
collectd try to automatically migrate old RRD files using migrate-3-4.px. A
backup of /var/lib/collectd/ will be created in this case.
Added extractDS_path.dpatch to set the path to /usr/lib/collectd/utils/.
Install extractDS.px and migrate-3-4.px to /usr/lib/collectd/utils/.
myplugin.c: Include string.h and math.h.
Uncommented DataDir setting of the rrdtool plugin.
Updated collectd.conf for collectd-4.
Updated to collectd-4.0.0~rc6.
* Updated changelog to collectd-4.0.0~rc6-1.
* Added collectd-perl binary package.
* Added iptables-dev, nut-dev and libperl-dev build dependencies.
* Enabled debugging.
* Updated changelog to collectd-4.0.0~rc6-1.
* Added collectd-perl binary package.
* Added iptables-dev, nut-dev and libperl-dev build dependencies.
* Enabled debugging.
Removed unnecessary occurrences of $(CURDIR) in rules.
Updated changelog.
collectd.config: Use "lt-nl" instead of "lt" when comparing versions.
"lt-nl" treats an empty version as larger than any other version which is the
desired behavior when checking for an upgrade from v3 to v4.
"lt-nl" treats an empty version as larger than any other version which is the
desired behavior when checking for an upgrade from v3 to v4.
NEWS.Debian: Fixed new DataDir path.
collectd.postinst: Remove swap-reserved.rrd after migration.
Reserved swap is only available on Solaris.
Reserved swap is only available on Solaris.
collectd.postinst: Set correct permissions for /var/lib/collectd/rrd/.
mktemp(1) creates the directory with permissions 0700 but we want to have 0755
after the data has been migrated.
mktemp(1) creates the directory with permissions 0700 but we want to have 0755
after the data has been migrated.
collectd.postinst: Pass hostname to migrate-3-4.px and fix new DataDir.
* hostname should only default to "localhost" if hostname(1) returned the
empty string
* move new DataDir to /var/lib/collectd/rrd instead of /var/lib/collectd/
* hostname should only default to "localhost" if hostname(1) returned the
empty string
* move new DataDir to /var/lib/collectd/rrd instead of /var/lib/collectd/
Updated templates.pot.
collectd.templates: Added a note about XML::Simple.
Added bison | byacc and flex to build dependencies.
collectd.postinst: Set output directory for migrate-3-4.px using mktemp(1).
Use po-debconf to make translations of debconf templates possible.
Updated copyright to collectd-4.
control: Updated plugin list.
Fix shebang line in examples/iptables/accounting.sh.
collectd.postinst: Move /tmp/collectd-4 to /var/lib/collectd.
Added NEWS.Debian with notes regarding the upgrade to collectd-4.
Added a note about perl and exec plugins to README.Debian.
Added possibility to automatically migrate RRD files from v3 to v4.
A debconf question has been added to ask the user weather he wishes to let
collectd try to automatically migrate old RRD files using migrate-3-4.px. A
backup of /var/lib/collectd/ will be created in this case.
A debconf question has been added to ask the user weather he wishes to let
collectd try to automatically migrate old RRD files using migrate-3-4.px. A
backup of /var/lib/collectd/ will be created in this case.
Added extractDS_path.dpatch to set the path to /usr/lib/collectd/utils/.
Install extractDS.px and migrate-3-4.px to /usr/lib/collectd/utils/.
myplugin.c: Include string.h and math.h.
Uncommented DataDir setting of the rrdtool plugin.
Updated collectd.conf for collectd-4.
Updated to collectd-4.0.0~rc6.
* Updated changelog to collectd-4.0.0~rc6-1.
* Added collectd-perl binary package.
* Added iptables-dev, nut-dev and libperl-dev build dependencies.
* Enabled debugging.
* Updated changelog to collectd-4.0.0~rc6-1.
* Added collectd-perl binary package.
* Added iptables-dev, nut-dev and libperl-dev build dependencies.
* Enabled debugging.
myplugin.c: Updated for collectd-4.
Basically this is a complete rewrite.
Basically this is a complete rewrite.
Documented changes in myplugin.c.
myplugin.c: Do not pass NULL to plugin_submit().