Code

Readded the "sensors" plugin's dependency on "lm-sensors".
[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, libvirt-dev, libxml2-dev, libhal-dev
6 Build-Conflicts: libpthread-dev
7 Standards-Version: 3.7.3
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, lm-sensors, ${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 and monitoring daemon
25  collectd is a small daemon which collects system information periodically and
26  provides mechanisms to monitor and store the values in a variety of ways. It
27  is written in C for performance. Since the daemon doesn't need to startup
28  every time it wants to update the values it's very fast and easy on the
29  system. Also, the statistics are very fine grained since the files are updated
30  every 10 seconds.
31  .
32  This package contains the main program file and the following plugins (some
33  of those plugins require additional libraries - for more details see
34  /usr/share/doc/collectd/README.Debian.plugins):
35  .
36    * Apache and lighttpd statistics provided by mod_status: apache
37    * APC UPS's charge, load, input/output/battery voltage, etc.: apcups
38    * battery status: battery
39    * CPU utilization: cpu
40    * CPU frequency: cpufreq
41    * output to comma separated values (CSV) files: csv
42    * disk space usage: df
43    * disk and partition throughput: disk
44    * DNS traffic information: dns
45    * E-Mail statistics (count, traffic, spam scores and checks): email
46    * amount of available entropy: entropy
47    * execution of external programs: exec
48    * harddisk temperature: hddtemp
49    * network traffic: interface
50    * iptables statistics: iptables
51    * IPVS connection statistics: ipvs
52    * IRQ counters: irq
53    * CPU, dist, network statistics of guest systems: libvirt
54    * system load averages: load
55    * logging to files, STDOUT and STDERR: logfile
56    * motherboard monitor: mbmon
57    * statistics of the memcached distributed caching system: memcached
58    * memory usage: memory
59    * multimeter statistics: multimeter
60    * MySQL statistics provided by MySQL's "show status" command: mysql
61    * detailed Linux network interface and routing statistics: netlink
62    * IO via the network: network
63    * NFS utilization: nfs
64    * Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
65    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
66    * UPS information: nut
67    * number of processes: processes
68    * output to RRD files: rrdtool
69    * embedded Perl interpreter: perl
70    * network latency statistics: ping
71    * lm_sensors information (e.g. CPU temperature, fan speeds): sensors
72    * serial port traffic: serial
73    * values from SNMP enabled network devices: snmp
74    * swap usage: swap
75    * logging to syslog: syslog
76    * number of TCP connections to specific ports: tcpconns
77    * external runtime interface: unixsock
78    * number of users logged into the system: users
79    * set the hostname to an unique identifier: uuid
80    * system resources used by Linux-VServers: vserver
81    * wireless network stats: wireless
83 Package: collectd-dbg
84 Section: utils
85 Architecture: any
86 Priority: extra
87 Depends: collectd (= ${binary:Version})
88 Description: statistics collection and monitoring daemon (debugging symbols)
89  collectd is a small daemon which collects system information periodically and
90  provides mechanisms to monitor and store the values in a variety of ways. It
91  is written in C for performance. Since the daemon doesn't need to startup
92  every time it wants to update the values it's very fast and easy on the
93  system. Also, the statistics are very fine grained since the files are updated
94  every 10 seconds.
95  .
96  This package contains the debugging symbols.
98 Package: collectd-dev
99 Architecture: all
100 Depends: collectd (>= ${source:Version}), collectd (<< 4.4~)
101 Description: statistics collection and monitoring daemon (development files)
102  collectd is a small daemon which collects system information periodically and
103  provides mechanisms to monitor and store the values in a variety of ways. It
104  is written in C for performance. Since the daemon doesn't need to startup
105  every time it wants to update the values it's very fast and easy on the
106  system. Also, the statistics are very fine grained since the files are updated
107  every 10 seconds.
108  .
109  This package contains the development files needed to create your own
110  plugins.