Code

8e52f584d66b6c8ee3ed7b129291b3de7a170376
[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, 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 | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, nut-dev [!alpha !amd64 !hppa !ia64 !ppc64], 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
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, 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    * harddisk temperature: hddtemp
50    * network traffic: interface
51    * IPMI sensors information: ipmi
52    * iptables statistics: iptables
53    * IPVS connection statistics: ipvs
54    * IRQ counters: irq
55    * CPU, dist, network statistics of guest systems: libvirt
56    * system load averages: load
57    * logging to files, STDOUT and STDERR: logfile
58    * motherboard monitor: mbmon
59    * statistics of the memcached distributed caching system: memcached
60    * memory usage: memory
61    * multimeter statistics: multimeter
62    * MySQL statistics provided by MySQL's "show status" command: mysql
63    * detailed Linux network interface and routing statistics: netlink
64    * IO via the network: network
65    * NFS utilization: nfs
66    * Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
67    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
68    * UPS information: nut
69    * PowerDNS name server statistics: powerdns
70    * number of processes: processes
71    * output to RRD files: rrdtool
72    * embedded Perl interpreter: perl
73    * network latency statistics: ping
74    * lm_sensors information (e.g. CPU temperature, fan speeds): sensors
75    * serial port traffic: serial
76    * values from SNMP enabled network devices: snmp
77    * swap usage: swap
78    * logging to syslog: syslog
79    * incremental parsing of logfiles: tail
80    * number of TCP connections to specific ports: tcpconns
81    * TeamSpeak2 server statistics: teamspeak2
82    * external runtime interface: unixsock
83    * number of users logged into the system: users
84    * set the hostname to an unique identifier: uuid
85    * detailed virtual memory statistics: vmem
86    * system resources used by Linux-VServers: vserver
87    * wireless network stats: wireless
89 Package: collectd-dbg
90 Section: utils
91 Architecture: any
92 Priority: extra
93 Depends: collectd (= ${binary:Version})
94 Description: statistics collection and monitoring daemon (debugging symbols)
95  collectd is a small daemon which collects system information periodically and
96  provides mechanisms to monitor and store the values in a variety of ways. It
97  is written in C for performance. Since the daemon doesn't need to startup
98  every time it wants to update the values it's very fast and easy on the
99  system. Also, the statistics are very fine grained since the files are updated
100  every 10 seconds.
101  .
102  This package contains the debugging symbols.
104 Package: collectd-dev
105 Architecture: all
106 Depends: collectd (>= ${source:Version}), collectd (<< 4.5~)
107 Description: statistics collection and monitoring daemon (development files)
108  collectd is a small daemon which collects system information periodically and
109  provides mechanisms to monitor and store the values in a variety of ways. It
110  is written in C for performance. Since the daemon doesn't need to startup
111  every time it wants to update the values it's very fast and easy on the
112  system. Also, the statistics are very fine grained since the files are updated
113  every 10 seconds.
114  .
115  This package contains the development files needed to create your own
116  plugins.