Code

de67031269b6951f39c5e7b3dc84238993269920
[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 Vcs-Git: git://git.tokkee.org/pkg-collectd.git
9 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    * IPVS connection statistics: ipvs
48    * IRQ counters: irq
49    * system load averages: load
50    * logging to files, STDOUT and STDERR: logfile
51    * motherboard monitor: mbmon
52    * statistics of the memcached distributed caching system: memcached
53    * memory usage: memory
54    * multimeter statistics: multimeter
55    * MySQL statistics provided by MySQL's "show status" command: mysql
56    * detailed Linux network interface and routing statistics: netlink
57    * IO via the network: network
58    * NFS utilization: nfs
59    * Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
60    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
61    * UPS information: nut
62    * number of processes: processes
63    * output to RRD files: rrdtool
64    * embedded Perl interpreter: perl
65    * network latency statistics: ping
66    * lm_sensors information (e.g. CPU temperature, fan speeds): sensors
67    * serial port traffic: serial
68    * values from SNMP enabled network devices: snmp
69    * swap usage: swap
70    * logging to syslog: syslog
71    * number of TCP connections to specific ports: tcpconns
72    * external runtime interface: unixsock
73    * number of users logged into the system: users
74    * system resources used by Linux-VServers: vserver
75    * wireless network stats: wireless
76    * bitrate and frequency of music played with XMMS: xmms
77  .
78   Homepage: http://collectd.org/
80 Package: collectd-dbg
81 Section: utils
82 Architecture: any
83 Priority: extra
84 Depends: collectd (= ${binary:Version})
85 Description: statistics collection daemon (debugging symbols)
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 debugging symbols.
95 Package: collectd-dev
96 Architecture: all
97 Depends: collectd (>= ${source:Version}), collectd (<< 4.3~)
98 Description: statistics collection daemon (development files)
99  collectd is a small daemon which collects system information periodically and
100  provides mechanismns to store the values in a variety of ways. It is written
101  in C for performance. Since the daemon doesn't need to startup every time it
102  wants to update the files it's very fast and easy on the system. Also, the
103  statistics are very fine grained since the files are updated every 10
104  seconds.
105  .
106  This package contains the development files needed to create your own
107  plugins.