Code

6e10e72cb5276ffb5b917d70133c3bcb44759238
[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, libcurl4-gnutls-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    * detailed Linux network interface and routing statistics: netlink
55    * IO via the network: network
56    * NFS utilization: nfs
57    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
58    * UPS information: nut
59    * number of processes: processes
60    * output to RRD files: rrdtool
61    * embedded Perl interpreter: perl
62    * network latency statistics: ping
63    * lm_sensors information (e.g. CPU temperature, fan speeds): sensors
64    * serial port traffic: serial
65    * values from SNMP enabled network devices: snmp
66    * swap usage: swap
67    * logging to syslog: syslog
68    * external runtime interface: unixsock
69    * number of users logged into the system: users
70    * system resources used by Linux-VServers: vserver
71    * wireless network stats: wireless
72    * bitrate and frequency of music played with XMMS: xmms
73  .
74   Homepage: http://collectd.org/
76 Package: collectd-dbg
77 Section: utils
78 Architecture: any
79 Priority: extra
80 Depends: collectd (= ${binary:Version})
81 Description: statistics collection daemon (debugging symbols)
82  collectd is a small daemon which collects system information periodically and
83  provides mechanismns to store the values in a variety of ways. It is written
84  in C for performance. Since the daemon doesn't need to startup every time it
85  wants to update the files it's very fast and easy on the system. Also, the
86  statistics are very fine grained since the files are updated every 10
87  seconds.
88  .
89  This package contains the debugging symbols.
91 Package: collectd-dev
92 Architecture: all
93 Depends: collectd (>= ${source:Version}), collectd (<< 4.3~)
94 Description: statistics collection daemon (development files)
95  collectd is a small daemon which collects system information periodically and
96  provides mechanismns to store the values in a variety of ways. It is written
97  in C for performance. Since the daemon doesn't need to startup every time it
98  wants to update the files it's very fast and easy on the system. Also, the
99  statistics are very fine grained since the files are updated every 10
100  seconds.
101  .
102  This package contains the development files needed to create your own
103  plugins.