Code

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