Code

Updated control and changelog to 4.5.0-1.
[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, flex, autotools-dev, pkg-config, linux-libc-dev (>= 2.6.25-4) | linux-libc-dev (<< 2.6.25-1), libcurl4-gnutls-dev (>= 7.18.2-5) | libcurl4-gnutls-dev (<= 7.18.2-1) | libcurl3-gnutls-dev, libmysqlclient15-dev, librrd-dev | librrd2-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, libupsclient1-dev, libperl-dev, iproute-dev [!alpha !amd64 !hppa !ia64 !ppc64], libsnmp-dev | libsnmp9-dev, libvirt-dev (>= 0.4.0-6) [amd64 i386 powerpc], libxml2-dev, libhal-dev, libopenipmi-dev (>= 2.0.14-1~)
6 Build-Conflicts: libpthread-dev
7 Standards-Version: 3.8.0
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, libconfig-general-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    * Ascent server statistics: ascent
39    * battery status: battery
40    * CPU utilization: cpu
41    * CPU frequency: cpufreq
42    * output to comma separated values (CSV) files: csv
43    * disk space usage: df
44    * disk and partition throughput: disk
45    * DNS traffic information: dns
46    * E-Mail statistics (count, traffic, spam scores and checks): email
47    * amount of available entropy: entropy
48    * execution of external programs: exec
49    * count the number of files in directories: filecount
50    * harddisk temperature: hddtemp
51    * network traffic: interface
52    * IPMI sensors information: ipmi
53    * iptables statistics: iptables
54    * IPVS connection statistics: ipvs
55    * IRQ counters: irq
56    * CPU, dist, network statistics of guest systems: libvirt
57    * system load averages: load
58    * logging to files, STDOUT and STDERR: logfile
59    * motherboard monitor: mbmon
60    * statistics of the memcached distributed caching system: memcached
61    * memory usage: memory
62    * multimeter statistics: multimeter
63    * MySQL statistics provided by MySQL's "show status" command: mysql
64    * detailed Linux network interface and routing statistics: netlink
65    * IO via the network: network
66    * NFS utilization: nfs
67    * Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
68    * send desktop notifications to a notification daemon: notify_desktop
69    * send notification E-mails: notify_email
70    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
71    * UPS information: nut
72    * PostgreSQL database statistics: postgresql
73    * PowerDNS name server statistics: powerdns
74    * number of processes: processes
75    * output to RRD files: rrdtool
76    * embedded Perl interpreter: perl
77    * network latency statistics: ping
78    * lm_sensors information (e.g. CPU temperature, fan speeds): sensors
79    * serial port traffic: serial
80    * values from SNMP enabled network devices: snmp
81    * swap usage: swap
82    * logging to syslog: syslog
83    * incremental parsing of logfiles: tail
84    * number of TCP connections to specific ports: tcpconns
85    * Linux ACPI thermal zone information: thermal
86    * TeamSpeak2 server statistics: teamspeak2
87    * external runtime interface: unixsock
88    * number of users logged into the system: users
89    * set the hostname to an unique identifier: uuid
90    * detailed virtual memory statistics: vmem
91    * system resources used by Linux-VServers: vserver
92    * wireless network stats: wireless
94 Package: collectd-dbg
95 Section: utils
96 Architecture: any
97 Priority: extra
98 Depends: collectd (= ${binary:Version})
99 Description: statistics collection and monitoring daemon (debugging symbols)
100  collectd is a small daemon which collects system information periodically and
101  provides mechanisms to monitor and store the values in a variety of ways. It
102  is written in C for performance. Since the daemon doesn't need to startup
103  every time it wants to update the values it's very fast and easy on the
104  system. Also, the statistics are very fine grained since the files are updated
105  every 10 seconds.
106  .
107  This package contains the debugging symbols.
109 Package: collectd-dev
110 Architecture: all
111 Depends: collectd (>= ${source:Version}), collectd (<< 4.6~)
112 Description: statistics collection and monitoring daemon (development files)
113  collectd is a small daemon which collects system information periodically and
114  provides mechanisms to monitor and store the values in a variety of ways. It
115  is written in C for performance. Since the daemon doesn't need to startup
116  every time it wants to update the values it's very fast and easy on the
117  system. Also, the statistics are very fine grained since the files are updated
118  every 10 seconds.
119  .
120  This package contains the development files needed to create your own
121  plugins.