Code

Updated precedence of build dependencies.
[pkg-collectd.git] / debian / control
1 Source: collectd
2 Section: utils
3 Priority: optional
4 Maintainer: Sebastian Harl <sh@tokkee.org>
5 Build-Depends: debhelper (>= 4.0.0), dpatch, autotools-dev, libcurl3-dev,
6  libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev,
7  libsensors-dev
8 Standards-Version: 3.7.2
10 Package: collectd
11 Architecture: any
12 Depends: ${shlibs:Depends}
13 Suggests: collectd-apache, collectd-mysql, collectd-sensors, collectd-dev,
14  librrds-perl
15 Description: statistics collection daemon
16  collectd is a small daemon written in C for performance. It reads various
17  system statistics and updates RRD files, creating them if necessary. Since
18  the daemon doesn't need to startup every time it wants to update the files
19  it's very fast and easy on the system. Also, the statistics are very fine
20  grained since the files are updated every 10 seconds.
21  .
22  This package contains the main program file and the following plugins:
23    * Apple computer's sensors information: apple_sensors (server mode only)
24    * battery status: battery
25    * CPU utilization: cpu
26    * CPU frequency: cpufreq
27    * disk space usage: df
28    * disk and partition throughput: disk
29    * system load averages: load
30    * memory usage: memory
31    * NFS utilization: nfs
32    * network latency: ping
33    * number of processes: processes
34    * serial port traffic: serial
35    * swap usage: swap
36    * tape drive usage: tape (server mode only)
37    * network traffic: traffic
38    * number of users logged into the system: users
39    * system ressources used by Linux-VServers: vserver
40    * wireless network stats: wireless
42 Package: collectd-apache
43 Architecture: any
44 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
45 Description: statistics collection daemon (Apache plugin)
46  collectd is a small daemon written in C for performance. It reads various
47  system statistics and updates RRD files, creating them if necessary. Since
48  the daemon doesn't need to startup every time it wants to update the files
49  it's very fast and easy on the system. Also, the statistics are very fine
50  grained since the files are updated every 10 seconds.
51  .
52  This package contains the Apache plugin which collects Apache statistics
53  provided by Apache's mod_status.
55 Package: collectd-hddtemp
56 Architecture: any
57 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
58 Recommends: hddtemp
59 Description: statistics collection daemon (hddtemp plugin)
60  collectd is a small daemon written in C for performance. It reads various
61  system statistics and updates RRD files, creating them if necessary. Since
62  the daemon doesn't need to startup every time it wants to update the files
63  it's very fast and easy on the system. Also, the statistics are very fine
64  grained since the files are updated every 10 seconds.
65  .
66  This package contains the hddtemp plugin which collects harddisk temperatures.
68 Package: collectd-mysql
69 Architecture: any
70 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
71 Description: statistics collection daemon (MySQL plugin)
72  collectd is a small daemon written in C for performance. It reads various
73  system statistics and updates RRD files, creating them if necessary. Since
74  the daemon doesn't need to startup every time it wants to update the files
75  it's very fast and easy on the system. Also, the statistics are very fine
76  grained since the files are updated every 10 seconds.
77  .
78  This package contains the MySQL plugin which collects MySQL statistics
79  provided by MySQL's "show status" command.
81 Package: collectd-sensors
82 Architecture: any
83 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
84 Description: statistics collection daemon (sensors plugin)
85  collectd is a small daemon written in C for performance. It reads various
86  system statistics and updates RRD files, creating them if necessary. Since
87  the daemon doesn't need to startup every time it wants to update the files
88  it's very fast and easy on the system. Also, the statistics are very fine
89  grained since the files are updated every 10 seconds.
90  .
91  This package contains the sensors plugin which collects lm_sensors
92  information (e.g. CPU temperature, fan speeds).
94 Package: collectd-dev
95 Architecture: all
96 Depends: collectd (= ${Source-Version})
97 Description: statistics collection daemon (development files)
98  collectd is a small daemon written in C for performance. It reads various
99  system statistics and updates RRD files, creating them if necessary. Since
100  the daemon doesn't need to startup every time it wants to update the files
101  it's very fast and easy on the system. Also, the statistics are very fine
102  grained since the files are updated every 10 seconds.
103  .
104  This package contains the development files needed to create your own
105  plugins.