Code

Changed ${Source-Version} to ${binary:Version} and ${source:Version}.
[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), po-debconf, dpatch, bison | byacc, flex, autotools-dev, libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, iptables-dev [!alpha !amd64 !ia64 !ppc64], nut-dev [!alpha !amd64 !ia64 !ppc64], libperl-dev
6 Build-Conflicts: libpthread-dev
7 Standards-Version: 3.7.2
8 XS-Vcs-Git: git://git.tokkee.org/pkg-collectd.git
9 XS-Vcs-Browser: http://git.tokkee.org/?p=pkg-collectd.git
11 Package: collectd
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Recommends: perl, rrdtool
15 Suggests: collectd-apache, collectd-mysql, collectd-sensors, collectd-dev,
16  collectd-ping, collectd-dns, collectd-perl, librrds-perl, liburi-perl,
17  libhtml-parser-perl, hddtemp, mbmon
18 Provides: collectd-hddtemp
19 Replaces: collectd-hddtemp
20 Description: statistics collection daemon
21  collectd is a small daemon written in C for performance. It reads various
22  system statistics and updates RRD files, creating them if necessary. Since
23  the daemon doesn't need to startup every time it wants to update the files
24  it's very fast and easy on the system. Also, the statistics are very fine
25  grained since the files are updated every 10 seconds.
26  .
27  This package contains the main program file and the following plugins:
28    * APC UPS's charge, load, input/output/battery voltage, etc.: apcups
29    * Apple computer's sensors information: apple_sensors (server mode only)
30    * battery status: battery
31    * CPU utilization: cpu
32    * CPU frequency: cpufreq
33    * output to comma separated values (CSV) files: csv
34    * disk space usage: df
35    * disk and partition throughput: disk
36    * E-Mail statistics (count, traffic, spam scores and checks): email
37    * amount of available entropy: entropy
38    * execution of external programs: exec
39    * harddisk temperature: hddtemp
40    * network traffic: interface
41    * iptables statistics: iptables
42    * IRQ counters: irq
43    * system load averages: load
44    * logging to files, STDOUT and STDERR: logfile
45    * motherboard monitor: mbmon
46    * memory usage: memory
47    * multimeter statistics: multimeter
48    * IO via the network: network
49    * NFS utilization: nfs
50    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
51    * UPS information: nut
52    * number of processes: processes
53    * output to RRD files: rrdtool
54    * serial port traffic: serial
55    * swap usage: swap
56    * logging to syslog: syslog
57    * tape drive usage: tape (server mode only)
58    * external runtime interface: unixsock
59    * number of users logged into the system: users
60    * system resources used by Linux-VServers: vserver
61    * wireless network stats: wireless
62  .
63   Homepage: http://collectd.org/
65 Package: collectd-dbg
66 Section: devel
67 Architecture: any
68 Priority: extra
69 Depends: collectd (= ${binary:Version}), collectd-apache (= ${binary:Version}),
70  collectd-dns (= ${binary:Version}), collectd-mysql (= ${binary:Version}),
71  collectd-perl (= ${binary:Version}), collectd-ping (= ${binary:Version}), 
72  collectd-sensors (= ${binary:Version})
73 Description: statistics collection daemon (debugging symbols)
74  collectd is a small daemon written in C for performance. It reads various
75  system statistics and updates RRD files, creating them if necessary. Since
76  the daemon doesn't need to startup every time it wants to update the files
77  it's very fast and easy on the system. Also, the statistics are very fine
78  grained since the files are updated every 10 seconds.
79  .
80  This package contains the debugging symbols.
82 Package: collectd-apache
83 Architecture: any
84 Depends: collectd (= ${binary:Version}), ${shlibs:Depends}
85 Description: statistics collection daemon (Apache plugin)
86  collectd is a small daemon written in C for performance. It reads various
87  system statistics and updates RRD files, creating them if necessary. Since
88  the daemon doesn't need to startup every time it wants to update the files
89  it's very fast and easy on the system. Also, the statistics are very fine
90  grained since the files are updated every 10 seconds.
91  .
92  This package contains the Apache plugin which collects Apache and lighttpd
93  statistics provided by mod_status.
95 Package: collectd-dns
96 Architecture: any
97 Depends: collectd (= ${binary:Version}), ${shlibs:Depends}
98 Description: statistics collection daemon (DNS plugin)
99  collectd is a small daemon written in C for performance. It reads various
100  system statistics and updates RRD files, creating them if necessary. Since
101  the daemon doesn't need to startup every time it wants to update the files
102  it's very fast and easy on the system. Also, the statistics are very fine
103  grained since the files are updated every 10 seconds.
104  .
105  This package contains the DNS plugin which collects DNS traffic information
106  (query types, response codes, opcodes and traffic).
108 Package: collectd-hddtemp
109 Architecture: any
110 Depends: collectd (= ${binary:Version})
111 Description: statistics collection daemon (hddtemp plugin transitional package)
112  Empty package to facilitate upgrades. It can be safely removed.
114 Package: collectd-mysql
115 Architecture: any
116 Depends: collectd (= ${binary:Version}), ${shlibs:Depends}
117 Description: statistics collection daemon (MySQL plugin)
118  collectd is a small daemon written in C for performance. It reads various
119  system statistics and updates RRD files, creating them if necessary. Since
120  the daemon doesn't need to startup every time it wants to update the files
121  it's very fast and easy on the system. Also, the statistics are very fine
122  grained since the files are updated every 10 seconds.
123  .
124  This package contains the MySQL plugin which collects MySQL statistics
125  provided by MySQL's "show status" command.
127 Package: collectd-perl
128 Architecture: any
129 Depends: collectd (= ${binary:Version}), ${shlibs:Depends}
130 Description: statistics collection daemon (perl plugin)
131  collectd is a small daemon written in C for performance. It reads various
132  system statistics and updates RRD files, creating them if necessary. Since
133  the daemon doesn't need to startup every time it wants to update the files
134  it's very fast and easy on the system. Also, the statistics are very fine
135  grained since the files are updated every 10 seconds.
136  .
137  This package contains the perl plugin which embeds a Perl interpreter adding
138  the possibility to write collectd plugins in Perl.
140 Package: collectd-ping
141 Architecture: any
142 Depends: collectd (= ${binary:Version}), ${shlibs:Depends}
143 Description: statistics collection daemon (ping plugin)
144  collectd is a small daemon written in C for performance. It reads various
145  system statistics and updates RRD files, creating them if necessary. Since
146  the daemon doesn't need to startup every time it wants to update the files
147  it's very fast and easy on the system. Also, the statistics are very fine
148  grained since the files are updated every 10 seconds.
149  .
150  This package contains the ping plugin which collects network latency
151  statistics.
153 Package: collectd-sensors
154 Architecture: any
155 Depends: collectd (= ${binary:Version}), lm-sensors, ${shlibs:Depends}
156 Description: statistics collection daemon (sensors plugin)
157  collectd is a small daemon written in C for performance. It reads various
158  system statistics and updates RRD files, creating them if necessary. Since
159  the daemon doesn't need to startup every time it wants to update the files
160  it's very fast and easy on the system. Also, the statistics are very fine
161  grained since the files are updated every 10 seconds.
162  .
163  This package contains the sensors plugin which collects lm_sensors
164  information (e.g. CPU temperature, fan speeds).
166 Package: collectd-dev
167 Architecture: all
168 Depends: collectd (>= ${source:Version}), collectd (<< 4.1~)
169 Description: statistics collection daemon (development files)
170  collectd is a small daemon written in C for performance. It reads various
171  system statistics and updates RRD files, creating them if necessary. Since
172  the daemon doesn't need to startup every time it wants to update the files
173  it's very fast and easy on the system. Also, the statistics are very fine
174  grained since the files are updated every 10 seconds.
175  .
176  This package contains the development files needed to create your own
177  plugins.