Code

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