Code

Use po-debconf to make translations of debconf templates possible.
[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, autotools-dev, libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap-dev, iptables-dev [!amd64 !ia64 !ppc64], nut-dev [!amd64 !ia64 !ppc64], libperl-dev
6 Build-Conflicts: libpthread-dev
7 Standards-Version: 3.7.2
9 Package: collectd
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Suggests: collectd-apache, collectd-mysql, collectd-sensors, collectd-dev,
13  collectd-ping, collectd-dns, collectd-perl,librrds-perl, hddtemp, mbmon
14 Provides: collectd-hddtemp
15 Replaces: collectd-hddtemp
16 Description: statistics collection daemon
17  collectd is a small daemon written in C for performance. It reads various
18  system statistics and updates RRD files, creating them if necessary. Since
19  the daemon doesn't need to startup every time it wants to update the files
20  it's very fast and easy on the system. Also, the statistics are very fine
21  grained since the files are updated every 10 seconds.
22  .
23  This package contains the main program file and the following plugins:
24    * APC UPS's charge, load, input/output/battery voltage, etc.: apcups
25    * Apple computer's sensors information: apple_sensors (server mode only)
26    * battery status: battery
27    * CPU utilization: cpu
28    * CPU frequency: cpufreq
29    * output to comma separated values (CSV) files: csv
30    * disk space usage: df
31    * disk and partition throughput: disk
32    * E-Mail statistics (count, traffic, spam scores and checks): email
33    * amount of available entropy: entropy
34    * execution of external programs: exec
35    * harddisk temperature: hddtemp
36    * network traffic: interface
37    * iptables statistics: iptables
38    * IRQ counters: irq
39    * system load averages: load
40    * logging to files, STDOUT and STDERR: logfile
41    * motherboard monitor: mbmon
42    * memory usage: memory
43    * multimeter statistics: multimeter
44    * IO via the network: network
45    * NFS utilization: nfs
46    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
47    * UPS information: nut
48    * number of processes: processes
49    * output to RRD files: rrdtool
50    * serial port traffic: serial
51    * swap usage: swap
52    * logging to syslog: syslog
53    * tape drive usage: tape (server mode only)
54    * external runtime interface: unixsock
55    * number of users logged into the system: users
56    * system resources used by Linux-VServers: vserver
57    * wireless network stats: wireless
58  .
59   Homepage: http://collectd.org/
61 Package: collectd-dbg
62 Section: devel
63 Architecture: any
64 Priority: extra
65 Depends: collectd (= ${Source-Version}), collectd-apache (= ${Source-Version}),
66  collectd-mysql (= ${Source-Version}), collectd-ping (= ${Source-Version}), 
67  collectd-sensors (= ${Source-Version})
68 Description: statistics collection daemon (debugging symbols)
69  collectd is a small daemon written in C for performance. It reads various
70  system statistics and updates RRD files, creating them if necessary. Since
71  the daemon doesn't need to startup every time it wants to update the files
72  it's very fast and easy on the system. Also, the statistics are very fine
73  grained since the files are updated every 10 seconds.
74  .
75  This package contains the debugging symbols.
77 Package: collectd-apache
78 Architecture: any
79 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
80 Description: statistics collection daemon (Apache plugin)
81  collectd is a small daemon written in C for performance. It reads various
82  system statistics and updates RRD files, creating them if necessary. Since
83  the daemon doesn't need to startup every time it wants to update the files
84  it's very fast and easy on the system. Also, the statistics are very fine
85  grained since the files are updated every 10 seconds.
86  .
87  This package contains the Apache plugin which collects Apache and lighttpd
88  statistics provided by mod_status.
90 Package: collectd-dns
91 Architecture: any
92 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
93 Description: statistics collection daemon (DNS plugin)
94  collectd is a small daemon written in C for performance. It reads various
95  system statistics and updates RRD files, creating them if necessary. Since
96  the daemon doesn't need to startup every time it wants to update the files
97  it's very fast and easy on the system. Also, the statistics are very fine
98  grained since the files are updated every 10 seconds.
99  .
100  This package contains the DNS plugin which collects DNS traffic information
101  (query types, response codes, opcodes and traffic).
103 Package: collectd-hddtemp
104 Architecture: any
105 Depends: collectd (= ${Source-Version})
106 Description: statistics collection daemon (hddtemp plugin transitional package)
107  Empty package to facilitate upgrades. It can be safely removed.
109 Package: collectd-mysql
110 Architecture: any
111 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
112 Description: statistics collection daemon (MySQL plugin)
113  collectd is a small daemon written in C for performance. It reads various
114  system statistics and updates RRD files, creating them if necessary. Since
115  the daemon doesn't need to startup every time it wants to update the files
116  it's very fast and easy on the system. Also, the statistics are very fine
117  grained since the files are updated every 10 seconds.
118  .
119  This package contains the MySQL plugin which collects MySQL statistics
120  provided by MySQL's "show status" command.
122 Package: collectd-perl
123 Architecture: any
124 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
125 Description: statistics collection daemon (perl plugin)
126  collectd is a small daemon written in C for performance. It reads various
127  system statistics and updates RRD files, creating them if necessary. Since
128  the daemon doesn't need to startup every time it wants to update the files
129  it's very fast and easy on the system. Also, the statistics are very fine
130  grained since the files are updated every 10 seconds.
131  .
132  This package contains the perl plugin which embeds a Perl interpreter adding
133  the possibility to write collectd plugins in Perl.
135 Package: collectd-ping
136 Architecture: any
137 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
138 Description: statistics collection daemon (ping plugin)
139  collectd is a small daemon written in C for performance. It reads various
140  system statistics and updates RRD files, creating them if necessary. Since
141  the daemon doesn't need to startup every time it wants to update the files
142  it's very fast and easy on the system. Also, the statistics are very fine
143  grained since the files are updated every 10 seconds.
144  .
145  This package contains the ping plugin which collects network latency
146  statistics.
148 Package: collectd-sensors
149 Architecture: any
150 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
151 Description: statistics collection daemon (sensors plugin)
152  collectd is a small daemon written in C for performance. It reads various
153  system statistics and updates RRD files, creating them if necessary. Since
154  the daemon doesn't need to startup every time it wants to update the files
155  it's very fast and easy on the system. Also, the statistics are very fine
156  grained since the files are updated every 10 seconds.
157  .
158  This package contains the sensors plugin which collects lm_sensors
159  information (e.g. CPU temperature, fan speeds).
161 Package: collectd-dev
162 Architecture: all
163 Depends: collectd (>= ${Source-Version}), collectd (<< 4.1~)
164 Description: statistics collection daemon (development files)
165  collectd is a small daemon written in C for performance. It reads various
166  system statistics and updates RRD files, creating them if necessary. Since
167  the daemon doesn't need to startup every time it wants to update the files
168  it's very fast and easy on the system. Also, the statistics are very fine
169  grained since the files are updated every 10 seconds.
170  .
171  This package contains the development files needed to create your own
172  plugins.