Removed `#if HAVE_LIBRRD' around `plugin_write': The logmode works even without librrd.
[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-mysql, collectd-sensors, librrds-perl
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-mysql
20 Architecture: any
21 Depends: collectd (= ${Source-Version}), libmysqlclient14
22 Description: collectd plugin for MySQL-statistics
23  collectd module to collect MySQL statistics. It links against
24  `libmysqlclient14' though other versions should do, too.
25
26 Package: collectd-sensors
27 Architecture: any
28 Depends: collectd (= ${Source-Version}), libsensors3
29 Description: collectd module for libsensors.
30  collectd module to collect system temperatures.