Code

Fixed collectd-dbg's 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 (>= 5), autotools-dev, libcurl3-dev,
6  libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev,
7  libsensors-dev, liboping-dev (> 0.3.3)
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  collectd-hddtemp, collectd-ping, 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    * APC UPS's charge, load, input/output/battery voltage, etc.: apcups
24    * Apple computer's sensors information: apple_sensors (server mode only)
25    * battery status: battery
26    * CPU utilization: cpu
27    * CPU frequency: cpufreq
28    * disk space usage: df
29    * disk and partition throughput: disk
30    * system load averages: load
31    * memory usage: memory
32    * NFS utilization: nfs
33    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
34    * number of processes: processes
35    * serial port traffic: serial
36    * swap usage: swap
37    * tape drive usage: tape (server mode only)
38    * network traffic: traffic
39    * number of users logged into the system: users
40    * system ressources used by Linux-VServers: vserver
41    * wireless network stats: wireless
43 Package: collectd-dbg
44 Architecture: any
45 Depends: collectd (= ${Source-Version}), collectd-apache (= ${Source-Version}),
46  collectd-hddtemp (= ${Source-Version}), collectd-mysql (= ${Source-Version}),
47  collectd-ping (= ${Source-Version}), collectd-sensors (= ${Source-Version})
48 Description: statistics collection daemon
49  collectd is a small daemon written in C for performance. It reads various
50  system statistics and updates RRD files, creating them if necessary. Since
51  the daemon doesn't need to startup every time it wants to update the files
52  it's very fast and easy on the system. Also, the statistics are very fine
53  grained since the files are updated every 10 seconds.
54  .
55  This package contains the debugable main program file.
57 Package: collectd-apache
58 Architecture: any
59 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
60 Description: statistics collection daemon (Apache plugin)
61  collectd is a small daemon written in C for performance. It reads various
62  system statistics and updates RRD files, creating them if necessary. Since
63  the daemon doesn't need to startup every time it wants to update the files
64  it's very fast and easy on the system. Also, the statistics are very fine
65  grained since the files are updated every 10 seconds.
66  .
67  This package contains the Apache plugin which collects Apache statistics
68  provided by Apache's mod_status.
70 Package: collectd-hddtemp
71 Architecture: any
72 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
73 Recommends: hddtemp
74 Description: statistics collection daemon (hddtemp plugin)
75  collectd is a small daemon written in C for performance. It reads various
76  system statistics and updates RRD files, creating them if necessary. Since
77  the daemon doesn't need to startup every time it wants to update the files
78  it's very fast and easy on the system. Also, the statistics are very fine
79  grained since the files are updated every 10 seconds.
80  .
81  This package contains the hddtemp plugin which collects harddisk temperatures.
83 Package: collectd-mysql
84 Architecture: any
85 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
86 Description: statistics collection daemon (MySQL plugin)
87  collectd is a small daemon written in C for performance. It reads various
88  system statistics and updates RRD files, creating them if necessary. Since
89  the daemon doesn't need to startup every time it wants to update the files
90  it's very fast and easy on the system. Also, the statistics are very fine
91  grained since the files are updated every 10 seconds.
92  .
93  This package contains the MySQL plugin which collects MySQL statistics
94  provided by MySQL's "show status" command.
96 Package: collectd-ping
97 Architecture: any
98 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
99 Description: statistics collection daemon (MySQL plugin)
100  collectd is a small daemon written in C for performance. It reads various
101  system statistics and updates RRD files, creating them if necessary. Since
102  the daemon doesn't need to startup every time it wants to update the files
103  it's very fast and easy on the system. Also, the statistics are very fine
104  grained since the files are updated every 10 seconds.
105  .
106  This package contains the ping plugin which collects network latency
107  statistics.
109 Package: collectd-sensors
110 Architecture: any
111 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
112 Description: statistics collection daemon (sensors plugin)
113  collectd is a small daemon written in C for performance. It reads various
114  system statistics and updates RRD files, creating them if necessary. Since
115  the daemon doesn't need to startup every time it wants to update the files
116  it's very fast and easy on the system. Also, the statistics are very fine
117  grained since the files are updated every 10 seconds.
118  .
119  This package contains the sensors plugin which collects lm_sensors
120  information (e.g. CPU temperature, fan speeds).
122 Package: collectd-dev
123 Architecture: all
124 Depends: collectd (= ${Source-Version})
125 Description: statistics collection daemon (development files)
126  collectd is a small daemon written in C for performance. It reads various
127  system statistics and updates RRD files, creating them if necessary. Since
128  the daemon doesn't need to startup every time it wants to update the files
129  it's very fast and easy on the system. Also, the statistics are very fine
130  grained since the files are updated every 10 seconds.
131  .
132  This package contains the development files needed to create your own
133  plugins.