Code

Added email-ignore-size-le-0.dpatch and sensors-ignorelist.dpatch.
[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), autotools-dev, libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap-dev, dpatch
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, 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
48 Package: collectd-dbg
49 Section: devel
50 Architecture: any
51 Priority: extra
52 Depends: collectd (= ${Source-Version}), collectd-apache (= ${Source-Version}),
53  collectd-mysql (= ${Source-Version}), collectd-ping (= ${Source-Version}), 
54  collectd-sensors (= ${Source-Version})
55 Description: statistics collection daemon (debugging symbols)
56  collectd is a small daemon written in C for performance. It reads various
57  system statistics and updates RRD files, creating them if necessary. Since
58  the daemon doesn't need to startup every time it wants to update the files
59  it's very fast and easy on the system. Also, the statistics are very fine
60  grained since the files are updated every 10 seconds.
61  .
62  This package contains the debugging symbols.
64 Package: collectd-apache
65 Architecture: any
66 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
67 Description: statistics collection daemon (Apache plugin)
68  collectd is a small daemon written in C for performance. It reads various
69  system statistics and updates RRD files, creating them if necessary. Since
70  the daemon doesn't need to startup every time it wants to update the files
71  it's very fast and easy on the system. Also, the statistics are very fine
72  grained since the files are updated every 10 seconds.
73  .
74  This package contains the Apache plugin which collects Apache statistics
75  provided by Apache's mod_status.
77 Package: collectd-dns
78 Architecture: any
79 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
80 Description: statistics collection daemon (DNS 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 DNS plugin which collects DNS traffic information
88  (query types, response codes, opcodes and traffic).
90 Package: collectd-hddtemp
91 Architecture: any
92 Depends: collectd (= ${Source-Version})
93 Description: statistics collection daemon (hddtemp plugin transitional package)
94  Empty package to facilitate upgrades. It can be safely removed.
96 Package: collectd-mysql
97 Architecture: any
98 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
99 Description: statistics collection daemon (MySQL plugin)
100  collectd is a small daemon written in C for performance. It reads various
101  system statistics and updates RRD files, creating them if necessary. Since
102  the daemon doesn't need to startup every time it wants to update the files
103  it's very fast and easy on the system. Also, the statistics are very fine
104  grained since the files are updated every 10 seconds.
105  .
106  This package contains the MySQL plugin which collects MySQL statistics
107  provided by MySQL's "show status" command.
109 Package: collectd-ping
110 Architecture: any
111 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
112 Description: statistics collection daemon (ping 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 ping plugin which collects network latency
120  statistics.
122 Package: collectd-sensors
123 Architecture: any
124 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
125 Description: statistics collection daemon (sensors 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 sensors plugin which collects lm_sensors
133  information (e.g. CPU temperature, fan speeds).
135 Package: collectd-dev
136 Architecture: all
137 Depends: collectd (>= ${Source-Version}), collectd (<< 3.12~)
138 Description: statistics collection daemon (development files)
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 development files needed to create your own
146  plugins.