- Version 4.9
- Version 4.8
collectd |
Homepage
Wiki
|
|||
NavigationPlugins
|
DownloadOn this page you can download the collectd sources as GZip or BZip2 compressed tar archive. Some Linux distributions provide binary packages of collectd – you can find links to the package description pages where appropriate. Also on this page are links to numerous user-provided binary packages which are provided as-is – we object any responsibility for these packages! The packages available are:
Source packagesVersion 4
These tarballs hold the collectd sources as published by the
collectd developers.
Version 3
Please be aware that the two major versions 3 and 4 are not directly compatible to each
other. Version 3 is still supported, but only bugfixes will be added. All new features go into
version 4. Unless you already have collectd 3 running we
recomment to get and use version 4.
How to compile source packagesTo compile these source packages you may need to install other libraries first, depending on the
features you want your built to have. A summary at the end of the After downloading the package you need to unpack, compile and install the sources:
tar jxf collectd-version.tar.bz2
cd collectd-version ./configure make all install Git repositoryThe main Git repository is
git://git.verplant.org/collectd.git. There's also a
web interface to browse the repository. If
you're using github you might be interested in
the github mirror. Daily snapshotsSebastian Harl provides daily snapshot tarballs of the development Git repository. Since they're automatically pulled from the repository they may be in any state possible, from including untested new code to being totally broken and not even build at all. Using these tarballs on a production system is highly discouraged. Using these tarballs to test new features and report bugs is very welcome, of course :) Debian packagesPackage for Debian apt-get install collectd
Backports for Debian Etch RPM packagesUsers of fedora can use the official collectd fedora
packages. For Red Hat, CentOS and Fedora, there are collectd RPM packages in Dag Wieers' repository. Packages for openSUSE are contained in the server:monitoring project. You can search the openSUSE package repositories for suitable RPM packages. The following RPM packages have been contributed by other users and are provided as-is.
Building an source-RPM packagecollectd includes sample FreeBSD portThere's a FreeBSD port at FreshPorts.org which will be included in the next FreeBSD release. The current release, 6.2, does not include this port. Once the new release is there, you should be able to install collectd with something like:
# cd /usr/ports/net-mgmt/collectd
# make clean install Thanks to Matt Peterson for creating this port. By the way, in case you were wondering, a "port" is basically the FreeBSD word for a "source package" - you can configure and compile collectd under FreeBSD without sourcecode modifications and without port, too. SolarisThe following are binary packages for Solaris that can be installed using pkgadd. The package is designed to run under a standard installation and therefore does not ship (many) plugins that link with third party libraries. If you need such plugins, you probably need to build the program yourself.
Use the following command to install such a package. See also the documentation at sunfreeware.com.
# pkgadd -d $FILE collectd
OpenWrt packagecollectd on the
WRT54G
T2 SDEUsers of the T2 SDE can include collectd into their build directly. Information about the collectd T2 package can be found on the T2 web site. Windows clientUnfortunately, no port of collectd to Microsoft Windows is known. There is,
however, SSC Serv, a native Windows application that can collect and
dispatch performance data using the collectd network protocol. For more information please visit
Older filesFiles of previous versions are still available. Bugs are usually only fixed in the two most recent versions. If you ask on the mailing list about such bugs you're likely to get an unamiable answer.
|
|||