Code

30b5f51de0c4b0a691b92a3ac5d3676260d511ab
[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    * Apple computer's sensors information: apple_sensors (server mode only)
31    * battery status: battery
32    * CPU utilization: cpu
33    * CPU frequency: cpufreq
34    * output to comma separated values (CSV) files: csv
35    * disk space usage: df
36    * disk and partition throughput: disk
37    * E-Mail statistics (count, traffic, spam scores and checks): email
38    * amount of available entropy: entropy
39    * execution of external programs: exec
40    * harddisk temperature: hddtemp
41    * network traffic: interface
42    * iptables statistics: iptables
43    * IRQ counters: irq
44    * system load averages: load
45    * logging to files, STDOUT and STDERR: logfile
46    * motherboard monitor: mbmon
47    * memory usage: memory
48    * multimeter statistics: multimeter
49    * IO via the network: network
50    * NFS utilization: nfs
51    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
52    * UPS information: nut
53    * number of processes: processes
54    * output to RRD files: rrdtool
55    * serial port traffic: serial
56    * swap usage: swap
57    * logging to syslog: syslog
58    * tape drive usage: tape (server mode only)
59    * external runtime interface: unixsock
60    * number of users logged into the system: users
61    * system resources used by Linux-VServers: vserver
62    * wireless network stats: wireless
63  .
64   Homepage: http://collectd.org/
66 Package: collectd-dbg
67 Section: devel
68 Architecture: any
69 Priority: extra
70 Depends: collectd (= ${binary:Version}), collectd-apache (= ${binary:Version}),
71  collectd-dns (= ${binary:Version}), collectd-mysql (= ${binary:Version}),
72  collectd-perl (= ${binary:Version}), collectd-ping (= ${binary:Version}), 
73  collectd-sensors (= ${binary:Version})
74 Description: statistics collection daemon (debugging symbols)
75  collectd is a small daemon which collects system information periodically and
76  provides mechanismns to store the values in a variety of ways. It is written
77  in C for performance. Since the daemon doesn't need to startup every time it
78  wants to update the files it's very fast and easy on the system. Also, the
79  statistics are very fine grained since the files are updated every 10
80  seconds.
81  .
82  This package contains the debugging symbols.
84 Package: collectd-apache
85 Architecture: any
86 Depends: collectd (= ${binary:Version}), ${shlibs:Depends}
87 Description: statistics collection daemon (Apache plugin)
88  collectd is a small daemon which collects system information periodically and
89  provides mechanismns to store the values in a variety of ways. It is written
90  in C for performance. Since the daemon doesn't need to startup every time it
91  wants to update the files it's very fast and easy on the system. Also, the
92  statistics are very fine grained since the files are updated every 10
93  seconds.
94  .
95  This package contains the Apache plugin which collects Apache and lighttpd
96  statistics provided by mod_status.
98 Package: collectd-dns
99 Architecture: any
100 Depends: collectd (= ${binary:Version}), ${shlibs:Depends}
101 Description: statistics collection daemon (DNS plugin)
102  collectd is a small daemon which collects system information periodically and
103  provides mechanismns to store the values in a variety of ways. It is written
104  in C for performance. Since the daemon doesn't need to startup every time it
105  wants to update the files it's very fast and easy on the system. Also, the
106  statistics are very fine grained since the files are updated every 10
107  seconds.
108  .
109  This package contains the DNS plugin which collects DNS traffic information
110  (query types, response codes, opcodes and traffic).
112 Package: collectd-hddtemp
113 Architecture: any
114 Depends: collectd (= ${binary:Version})
115 Description: statistics collection daemon (hddtemp plugin transitional package)
116  Empty package to facilitate upgrades. It can be safely removed.
118 Package: collectd-mysql
119 Architecture: any
120 Depends: collectd (= ${binary:Version}), ${shlibs:Depends}
121 Description: statistics collection daemon (MySQL plugin)
122  collectd is a small daemon which collects system information periodically and
123  provides mechanismns to store the values in a variety of ways. It is written
124  in C for performance. Since the daemon doesn't need to startup every time it
125  wants to update the files it's very fast and easy on the system. Also, the
126  statistics are very fine grained since the files are updated every 10
127  seconds.
128  .
129  This package contains the MySQL plugin which collects MySQL statistics
130  provided by MySQL's "show status" command.
132 Package: collectd-perl
133 Architecture: any
134 Depends: collectd (= ${binary:Version}), ${shlibs:Depends}
135 Description: statistics collection daemon (perl plugin)
136  collectd is a small daemon which collects system information periodically and
137  provides mechanismns to store the values in a variety of ways. It is written
138  in C for performance. Since the daemon doesn't need to startup every time it
139  wants to update the files it's very fast and easy on the system. Also, the
140  statistics are very fine grained since the files are updated every 10
141  seconds.
142  .
143  This package contains the perl plugin which embeds a Perl interpreter adding
144  the possibility to write collectd plugins in Perl.
146 Package: collectd-ping
147 Architecture: any
148 Depends: collectd (= ${binary:Version}), ${shlibs:Depends}
149 Description: statistics collection daemon (ping plugin)
150  collectd is a small daemon which collects system information periodically and
151  provides mechanismns to store the values in a variety of ways. It is written
152  in C for performance. Since the daemon doesn't need to startup every time it
153  wants to update the files it's very fast and easy on the system. Also, the
154  statistics are very fine grained since the files are updated every 10
155  seconds.
156  .
157  This package contains the ping plugin which collects network latency
158  statistics.
160 Package: collectd-sensors
161 Architecture: any
162 Depends: collectd (= ${binary:Version}), lm-sensors, ${shlibs:Depends}
163 Description: statistics collection daemon (sensors plugin)
164  collectd is a small daemon which collects system information periodically and
165  provides mechanismns to store the values in a variety of ways. It is written
166  in C for performance. Since the daemon doesn't need to startup every time it
167  wants to update the files it's very fast and easy on the system. Also, the
168  statistics are very fine grained since the files are updated every 10
169  seconds.
170  .
171  This package contains the sensors plugin which collects lm_sensors
172  information (e.g. CPU temperature, fan speeds).
174 Package: collectd-dev
175 Architecture: all
176 Depends: collectd (>= ${source:Version}), collectd (<< 4.1~)
177 Description: statistics collection daemon (development files)
178  collectd is a small daemon which collects system information periodically and
179  provides mechanismns to store the values in a variety of ways. It is written
180  in C for performance. Since the daemon doesn't need to startup every time it
181  wants to update the files it's very fast and easy on the system. Also, the
182  statistics are very fine grained since the files are updated every 10
183  seconds.
184  .
185  This package contains the development files needed to create your own
186  plugins.