4 Maintainer: Sebastian Harl <sh@tokkee.org>
5 Build-Depends: debhelper (>= 5), autotools-dev, libcurl3-dev,
6 libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev,
7 libsensors-dev, liboping-dev (> 0.3.3)
8 Standards-Version: 3.7.2
12 Depends: ${shlibs:Depends}
13 Suggests: collectd-apache, collectd-mysql, collectd-sensors, collectd-dev,
14 collectd-hddtemp, collectd-mbmon, collectd-ping, librrds-perl
15 Description: statistics collection daemon
16 collectd is a small daemon written in C for performance. It reads various
17 system statistics and updates RRD files, creating them if necessary. Since
18 the daemon doesn't need to startup every time it wants to update the files
19 it's very fast and easy on the system. Also, the statistics are very fine
20 grained since the files are updated every 10 seconds.
22 This package contains the main program file and the following plugins:
23 * APC UPS's charge, load, input/output/battery voltage, etc.: apcups
24 * Apple computer's sensors information: apple_sensors (server mode only)
25 * battery status: battery
26 * CPU utilization: cpu
27 * CPU frequency: cpufreq
28 * disk space usage: df
29 * disk and partition throughput: disk
30 * system load averages: load
31 * memory usage: memory
32 * NFS utilization: nfs
33 * NTP daemon's local clock drift, offset to peers, etc.: ntpd
34 * number of processes: processes
35 * serial port traffic: serial
37 * tape drive usage: tape (server mode only)
38 * network traffic: traffic
39 * number of users logged into the system: users
40 * system ressources used by Linux-VServers: vserver
41 * wireless network stats: wireless
47 Depends: collectd (= ${Source-Version}), collectd-apache (= ${Source-Version}),
48 collectd-hddtemp (= ${Source-Version}), collectd-mysql (= ${Source-Version}),
49 collectd-ping (= ${Source-Version}), collectd-sensors (= ${Source-Version})
50 Description: statistics collection daemon (debugging symbols)
51 collectd is a small daemon written in C for performance. It reads various
52 system statistics and updates RRD files, creating them if necessary. Since
53 the daemon doesn't need to startup every time it wants to update the files
54 it's very fast and easy on the system. Also, the statistics are very fine
55 grained since the files are updated every 10 seconds.
57 This package contains the debugging symbols.
59 Package: collectd-apache
61 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
62 Description: statistics collection daemon (Apache plugin)
63 collectd is a small daemon written in C for performance. It reads various
64 system statistics and updates RRD files, creating them if necessary. Since
65 the daemon doesn't need to startup every time it wants to update the files
66 it's very fast and easy on the system. Also, the statistics are very fine
67 grained since the files are updated every 10 seconds.
69 This package contains the Apache plugin which collects Apache statistics
70 provided by Apache's mod_status.
72 Package: collectd-hddtemp
74 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
76 Description: statistics collection daemon (hddtemp plugin)
77 collectd is a small daemon written in C for performance. It reads various
78 system statistics and updates RRD files, creating them if necessary. Since
79 the daemon doesn't need to startup every time it wants to update the files
80 it's very fast and easy on the system. Also, the statistics are very fine
81 grained since the files are updated every 10 seconds.
83 This package contains the hddtemp plugin which collects harddisk temperatures.
85 Package: collectd-mbmon
87 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
88 Recommends: mbmon (>= 2.01)
89 Description: statistics collection daemon (mbmon plugin)
90 collectd is a small daemon written in C for performance. It reads various
91 system statistics and updates RRD files, creating them if necessary. Since
92 the daemon doesn't need to startup every time it wants to update the files
93 it's very fast and easy on the system. Also, the statistics are very fine
94 grained since the files are updated every 10 seconds.
96 This package contains the mbmon plugin which collects motherboard status
97 information: temperatures, voltages and cooling fan speeds.
99 Package: collectd-mysql
101 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
102 Description: statistics collection daemon (MySQL plugin)
103 collectd is a small daemon written in C for performance. It reads various
104 system statistics and updates RRD files, creating them if necessary. Since
105 the daemon doesn't need to startup every time it wants to update the files
106 it's very fast and easy on the system. Also, the statistics are very fine
107 grained since the files are updated every 10 seconds.
109 This package contains the MySQL plugin which collects MySQL statistics
110 provided by MySQL's "show status" command.
112 Package: collectd-ping
114 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
115 Description: statistics collection daemon (ping 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.
122 This package contains the ping plugin which collects network latency
125 Package: collectd-sensors
127 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
128 Description: statistics collection daemon (sensors 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.
135 This package contains the sensors plugin which collects lm_sensors
136 information (e.g. CPU temperature, fan speeds).
138 Package: collectd-dev
140 Depends: collectd (= ${Source-Version})
141 Description: statistics collection daemon (development files)
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.
148 This package contains the development files needed to create your own