Removed `/etc/default/collectd' from the debian package
[collectd.git] / debian / control
1 Source: collectd
2 Section: utils
3 Priority: optional
4 Maintainer: Florian Forster <octo@verplant.org>
5 Build-Depends: debhelper (>= 4.0.0), autotools-dev, librrd0-dev | librrd2-dev, libsensors-dev, libmysqlclient14-dev
6 Standards-Version: 3.6.1
7
8 Package: collectd
9 Architecture: any
10 Depends: libc6, librrd0 | librrd2
11 Suggests: collectd-hddtemp, collectd-mysql, collectd-sensors
12 Description: Statistics collection daemon for filling RRD files.
13  collectd is a small daemon written in C for performance. It reads various
14  system statistics and updates RRD files, creating them if neccessary. Since
15  the daemon doesn't need to startup every time it wants to update the files
16  it's very fast and easy on the system. Also, the statistics are very fine
17  grained since the files are updated every 10 seconds.
18
19 Package: collectd-hddtemp
20 Architecture: any
21 Depends: collectd (= ${Source-Version}), hddtemp
22 Description: collectd module for harddisk temperatures.
23  collectd module to collect harddisk temperatures using hddtemp.
24
25 Package: collectd-mysql
26 Architecture: any
27 Depends: collectd (= ${Source-Version}), libmysqlclient14
28 Description: collectd module for memory utilization.
29  collectd module to collect MySQL statistics. It links against
30  `libmysqlclient14' though other versions should do, too.
31
32 Package: collectd-sensors
33 Architecture: any
34 Depends: collectd (= ${Source-Version}), libsensors3
35 Description: collectd module for libsensors.
36  collectd module to collect system temperatures.