Code

Added extractDS_path.dpatch to set the path to /usr/lib/collectd/utils/.
[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), 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}
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    * disk space usage: df
30    * disk and partition throughput: disk
31    * E-Mail statistics (count, traffic, spam scores and checks): email
32    * harddisk temperature: hddtemp
33    * system load averages: load
34    * motherboard monitor: mbmon
35    * memory usage: memory
36    * multimeter statistics: multimeter
37    * NFS utilization: nfs
38    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
39    * number of processes: processes
40    * serial port traffic: serial
41    * swap usage: swap
42    * tape drive usage: tape (server mode only)
43    * network traffic: traffic
44    * number of users logged into the system: users
45    * system resources used by Linux-VServers: vserver
46    * wireless network stats: wireless
47  .
48   Homepage: http://collectd.org/
50 Package: collectd-dbg
51 Section: devel
52 Architecture: any
53 Priority: extra
54 Depends: collectd (= ${Source-Version}), collectd-apache (= ${Source-Version}),
55  collectd-mysql (= ${Source-Version}), collectd-ping (= ${Source-Version}), 
56  collectd-sensors (= ${Source-Version})
57 Description: statistics collection daemon (debugging symbols)
58  collectd is a small daemon written in C for performance. It reads various
59  system statistics and updates RRD files, creating them if necessary. Since
60  the daemon doesn't need to startup every time it wants to update the files
61  it's very fast and easy on the system. Also, the statistics are very fine
62  grained since the files are updated every 10 seconds.
63  .
64  This package contains the debugging symbols.
66 Package: collectd-apache
67 Architecture: any
68 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
69 Description: statistics collection daemon (Apache plugin)
70  collectd is a small daemon written in C for performance. It reads various
71  system statistics and updates RRD files, creating them if necessary. Since
72  the daemon doesn't need to startup every time it wants to update the files
73  it's very fast and easy on the system. Also, the statistics are very fine
74  grained since the files are updated every 10 seconds.
75  .
76  This package contains the Apache plugin which collects Apache statistics
77  provided by Apache's mod_status.
79 Package: collectd-dns
80 Architecture: any
81 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
82 Description: statistics collection daemon (DNS plugin)
83  collectd is a small daemon written in C for performance. It reads various
84  system statistics and updates RRD files, creating them if necessary. Since
85  the daemon doesn't need to startup every time it wants to update the files
86  it's very fast and easy on the system. Also, the statistics are very fine
87  grained since the files are updated every 10 seconds.
88  .
89  This package contains the DNS plugin which collects DNS traffic information
90  (query types, response codes, opcodes and traffic).
92 Package: collectd-hddtemp
93 Architecture: any
94 Depends: collectd (= ${Source-Version})
95 Description: statistics collection daemon (hddtemp plugin transitional package)
96  Empty package to facilitate upgrades. It can be safely removed.
98 Package: collectd-mysql
99 Architecture: any
100 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
101 Description: statistics collection daemon (MySQL plugin)
102  collectd is a small daemon written in C for performance. It reads various
103  system statistics and updates RRD files, creating them if necessary. Since
104  the daemon doesn't need to startup every time it wants to update the files
105  it's very fast and easy on the system. Also, the statistics are very fine
106  grained since the files are updated every 10 seconds.
107  .
108  This package contains the MySQL plugin which collects MySQL statistics
109  provided by MySQL's "show status" command.
111 Package: collectd-perl
112 Architecture: any
113 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
114 Description: statistics collection daemon (perl plugin)
115  collectd is a small daemon written in C for performance. It reads various
116  system statistics and updates RRD files, creating them if necessary. Since
117  the daemon doesn't need to startup every time it wants to update the files
118  it's very fast and easy on the system. Also, the statistics are very fine
119  grained since the files are updated every 10 seconds.
120  .
121  This package contains the perl plugin which embeds a Perl interpreter adding
122  the possibility to write collectd plugins in Perl.
124 Package: collectd-ping
125 Architecture: any
126 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
127 Description: statistics collection daemon (ping plugin)
128  collectd is a small daemon written in C for performance. It reads various
129  system statistics and updates RRD files, creating them if necessary. Since
130  the daemon doesn't need to startup every time it wants to update the files
131  it's very fast and easy on the system. Also, the statistics are very fine
132  grained since the files are updated every 10 seconds.
133  .
134  This package contains the ping plugin which collects network latency
135  statistics.
137 Package: collectd-sensors
138 Architecture: any
139 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
140 Description: statistics collection daemon (sensors plugin)
141  collectd is a small daemon written in C for performance. It reads various
142  system statistics and updates RRD files, creating them if necessary. Since
143  the daemon doesn't need to startup every time it wants to update the files
144  it's very fast and easy on the system. Also, the statistics are very fine
145  grained since the files are updated every 10 seconds.
146  .
147  This package contains the sensors plugin which collects lm_sensors
148  information (e.g. CPU temperature, fan speeds).
150 Package: collectd-dev
151 Architecture: all
152 Depends: collectd (>= ${Source-Version}), collectd (<< 4.1~)
153 Description: statistics collection daemon (development files)
154  collectd is a small daemon written in C for performance. It reads various
155  system statistics and updates RRD files, creating them if necessary. Since
156  the daemon doesn't need to startup every time it wants to update the files
157  it's very fast and easy on the system. Also, the statistics are very fine
158  grained since the files are updated every 10 seconds.
159  .
160  This package contains the development files needed to create your own
161  plugins.