Code

Merged all plugin binary packages into the "collectd" binary package.
[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 !hppa !ia64 !ppc64], nut-dev [!alpha !amd64 !hppa !ia64 !ppc64], libperl-dev, iproute-dev, libsnmp-dev | libsnmp9-dev, xmms-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, ${shlibs:Recommends}
15 Suggests: collectd-dev, librrds-perl, liburi-perl, libhtml-parser-perl,
16  httpd-cgi, hddtemp, mbmon
17 Conflicts: collectd-apache, collectd-dns, collectd-hddtemp, collectd-mysql,
18  collectd-perl, collectd-ping, collectd-sensors
19 Provides: collectd-apache, collectd-dns, collectd-hddtemp, collectd-mysql,
20  collectd-perl, collectd-ping, collectd-sensors
21 Replaces: collectd-apache, collectd-dns, collectd-hddtemp, collectd-mysql,
22  collectd-perl, collectd-ping, collectd-sensors
23 Description: statistics collection daemon
24  collectd is a small daemon which collects system information periodically and
25  provides mechanismns to store the values in a variety of ways. It is written
26  in C for performance. Since the daemon doesn't need to startup every time it
27  wants to update the files it's very fast and easy on the system. Also, the
28  statistics are very fine grained since the files are updated every 10
29  seconds.
30  .
31  This package contains the main program file and the following plugins:
32    * Apache and lighttpd statistics provided by mod_status: apache
33    * APC UPS's charge, load, input/output/battery voltage, etc.: apcups
34    * battery status: battery
35    * CPU utilization: cpu
36    * CPU frequency: cpufreq
37    * output to comma separated values (CSV) files: csv
38    * disk space usage: df
39    * disk and partition throughput: disk
40    * DNS traffic information: dns
41    * E-Mail statistics (count, traffic, spam scores and checks): email
42    * amount of available entropy: entropy
43    * execution of external programs: exec
44    * harddisk temperature: hddtemp
45    * network traffic: interface
46    * iptables statistics: iptables
47    * IRQ counters: irq
48    * system load averages: load
49    * logging to files, STDOUT and STDERR: logfile
50    * motherboard monitor: mbmon
51    * memory usage: memory
52    * multimeter statistics: multimeter
53    * MySQL statistics provided by MySQL's "show status" command: mysql
54    * IO via the network: network
55    * NFS utilization: nfs
56    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
57    * UPS information: nut
58    * number of processes: processes
59    * output to RRD files: rrdtool
60    * embedded Perl interpreter: perl
61    * network latency statistics: ping
62    * lm_sensors information (e.g. CPU temperature, fan speeds): sensors
63    * serial port traffic: serial
64    * swap usage: swap
65    * logging to syslog: syslog
66    * external runtime interface: unixsock
67    * number of users logged into the system: users
68    * system resources used by Linux-VServers: vserver
69    * wireless network stats: wireless
70  .
71   Homepage: http://collectd.org/
73 Package: collectd-dbg
74 Section: utils
75 Architecture: any
76 Priority: extra
77 Depends: collectd (= ${binary:Version})
78 Description: statistics collection daemon (debugging symbols)
79  collectd is a small daemon which collects system information periodically and
80  provides mechanismns to store the values in a variety of ways. It is written
81  in C for performance. Since the daemon doesn't need to startup every time it
82  wants to update the files it's very fast and easy on the system. Also, the
83  statistics are very fine grained since the files are updated every 10
84  seconds.
85  .
86  This package contains the debugging symbols.
88 Package: collectd-dev
89 Architecture: all
90 Depends: collectd (>= ${source:Version}), collectd (<< 4.2~)
91 Description: statistics collection daemon (development files)
92  collectd is a small daemon which collects system information periodically and
93  provides mechanismns to store the values in a variety of ways. It is written
94  in C for performance. Since the daemon doesn't need to startup every time it
95  wants to update the files it's very fast and easy on the system. Also, the
96  statistics are very fine grained since the files are updated every 10
97  seconds.
98  .
99  This package contains the development files needed to create your own
100  plugins.