Code

Do not build apple_sensors and tape plugins.
[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 which collects system information periodically and
22  provides mechanismns to store the values in a variety of ways. It is written
23  in C for performance. Since the daemon doesn't need to startup every time it
24  wants to update the files it's very fast and easy on the system. Also, the
25  statistics are very fine grained since the files are updated every 10
26  seconds.
27  .
28  This package contains the main program file and the following plugins:
29    * APC UPS's charge, load, input/output/battery voltage, etc.: apcups
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    * external runtime interface: unixsock
58    * number of users logged into the system: users
59    * system resources used by Linux-VServers: vserver
60    * wireless network stats: wireless
61  .
62   Homepage: http://collectd.org/
64 Package: collectd-dbg
65 Section: devel
66 Architecture: any
67 Priority: extra
68 Depends: collectd (= ${binary:Version}), collectd-apache (= ${binary:Version}),
69  collectd-dns (= ${binary:Version}), collectd-mysql (= ${binary:Version}),
70  collectd-perl (= ${binary:Version}), collectd-ping (= ${binary:Version}), 
71  collectd-sensors (= ${binary:Version})
72 Description: statistics collection daemon (debugging symbols)
73  collectd is a small daemon which collects system information periodically and
74  provides mechanismns to store the values in a variety of ways. It is written
75  in C for performance. Since the daemon doesn't need to startup every time it
76  wants to update the files it's very fast and easy on the system. Also, the
77  statistics are very fine grained since the files are updated every 10
78  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 which collects system information periodically and
87  provides mechanismns to store the values in a variety of ways. It is written
88  in C for performance. Since the daemon doesn't need to startup every time it
89  wants to update the files it's very fast and easy on the system. Also, the
90  statistics are very fine grained since the files are updated every 10
91  seconds.
92  .
93  This package contains the Apache plugin which collects Apache and lighttpd
94  statistics provided by mod_status.
96 Package: collectd-dns
97 Architecture: any
98 Depends: collectd (= ${binary:Version}), ${shlibs:Depends}
99 Description: statistics collection daemon (DNS plugin)
100  collectd is a small daemon which collects system information periodically and
101  provides mechanismns to store the values in a variety of ways. It is written
102  in C for performance. Since the daemon doesn't need to startup every time it
103  wants to update the files it's very fast and easy on the system. Also, the
104  statistics are very fine grained since the files are updated every 10
105  seconds.
106  .
107  This package contains the DNS plugin which collects DNS traffic information
108  (query types, response codes, opcodes and traffic).
110 Package: collectd-hddtemp
111 Architecture: any
112 Depends: collectd (= ${binary:Version})
113 Description: statistics collection daemon (hddtemp plugin transitional package)
114  Empty package to facilitate upgrades. It can be safely removed.
116 Package: collectd-mysql
117 Architecture: any
118 Depends: collectd (= ${binary:Version}), ${shlibs:Depends}
119 Description: statistics collection daemon (MySQL plugin)
120  collectd is a small daemon which collects system information periodically and
121  provides mechanismns to store the values in a variety of ways. It is written
122  in C for performance. Since the daemon doesn't need to startup every time it
123  wants to update the files it's very fast and easy on the system. Also, the
124  statistics are very fine grained since the files are updated every 10
125  seconds.
126  .
127  This package contains the MySQL plugin which collects MySQL statistics
128  provided by MySQL's "show status" command.
130 Package: collectd-perl
131 Architecture: any
132 Depends: collectd (= ${binary:Version}), ${shlibs:Depends}
133 Description: statistics collection daemon (perl plugin)
134  collectd is a small daemon which collects system information periodically and
135  provides mechanismns to store the values in a variety of ways. It is written
136  in C for performance. Since the daemon doesn't need to startup every time it
137  wants to update the files it's very fast and easy on the system. Also, the
138  statistics are very fine grained since the files are updated every 10
139  seconds.
140  .
141  This package contains the perl plugin which embeds a Perl interpreter adding
142  the possibility to write collectd plugins in Perl.
144 Package: collectd-ping
145 Architecture: any
146 Depends: collectd (= ${binary:Version}), ${shlibs:Depends}
147 Description: statistics collection daemon (ping plugin)
148  collectd is a small daemon which collects system information periodically and
149  provides mechanismns to store the values in a variety of ways. It is written
150  in C for performance. Since the daemon doesn't need to startup every time it
151  wants to update the files it's very fast and easy on the system. Also, the
152  statistics are very fine grained since the files are updated every 10
153  seconds.
154  .
155  This package contains the ping plugin which collects network latency
156  statistics.
158 Package: collectd-sensors
159 Architecture: any
160 Depends: collectd (= ${binary:Version}), lm-sensors, ${shlibs:Depends}
161 Description: statistics collection daemon (sensors plugin)
162  collectd is a small daemon which collects system information periodically and
163  provides mechanismns to store the values in a variety of ways. It is written
164  in C for performance. Since the daemon doesn't need to startup every time it
165  wants to update the files it's very fast and easy on the system. Also, the
166  statistics are very fine grained since the files are updated every 10
167  seconds.
168  .
169  This package contains the sensors plugin which collects lm_sensors
170  information (e.g. CPU temperature, fan speeds).
172 Package: collectd-dev
173 Architecture: all
174 Depends: collectd (>= ${source:Version}), collectd (<< 4.1~)
175 Description: statistics collection daemon (development files)
176  collectd is a small daemon which collects system information periodically and
177  provides mechanismns to store the values in a variety of ways. It is written
178  in C for performance. Since the daemon doesn't need to startup every time it
179  wants to update the files it's very fast and easy on the system. Also, the
180  statistics are very fine grained since the files are updated every 10
181  seconds.
182  .
183  This package contains the development files needed to create your own
184  plugins.