Code

Added information about apcups and ntpd plugins.
[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 (>= 4.0.0), dpatch, autotools-dev, libcurl3-dev,
6  libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev,
7  libsensors-dev
8 Standards-Version: 3.7.2
10 Package: collectd
11 Architecture: any
12 Depends: ${shlibs:Depends}
13 Suggests: collectd-apache, collectd-mysql, collectd-sensors, collectd-dev,
14  collectd-hddtemp, 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.
21  .
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    * network latency: ping
35    * number of processes: processes
36    * serial port traffic: serial
37    * swap usage: swap
38    * tape drive usage: tape (server mode only)
39    * network traffic: traffic
40    * number of users logged into the system: users
41    * system ressources used by Linux-VServers: vserver
42    * wireless network stats: wireless
44 Package: collectd-apache
45 Architecture: any
46 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
47 Description: statistics collection daemon (Apache plugin)
48  collectd is a small daemon written in C for performance. It reads various
49  system statistics and updates RRD files, creating them if necessary. Since
50  the daemon doesn't need to startup every time it wants to update the files
51  it's very fast and easy on the system. Also, the statistics are very fine
52  grained since the files are updated every 10 seconds.
53  .
54  This package contains the Apache plugin which collects Apache statistics
55  provided by Apache's mod_status.
57 Package: collectd-hddtemp
58 Architecture: any
59 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
60 Recommends: hddtemp
61 Description: statistics collection daemon (hddtemp plugin)
62  collectd is a small daemon written in C for performance. It reads various
63  system statistics and updates RRD files, creating them if necessary. Since
64  the daemon doesn't need to startup every time it wants to update the files
65  it's very fast and easy on the system. Also, the statistics are very fine
66  grained since the files are updated every 10 seconds.
67  .
68  This package contains the hddtemp plugin which collects harddisk temperatures.
70 Package: collectd-mysql
71 Architecture: any
72 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
73 Description: statistics collection daemon (MySQL plugin)
74  collectd is a small daemon written in C for performance. It reads various
75  system statistics and updates RRD files, creating them if necessary. Since
76  the daemon doesn't need to startup every time it wants to update the files
77  it's very fast and easy on the system. Also, the statistics are very fine
78  grained since the files are updated every 10 seconds.
79  .
80  This package contains the MySQL plugin which collects MySQL statistics
81  provided by MySQL's "show status" command.
83 Package: collectd-sensors
84 Architecture: any
85 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
86 Description: statistics collection daemon (sensors plugin)
87  collectd is a small daemon written in C for performance. It reads various
88  system statistics and updates RRD files, creating them if necessary. Since
89  the daemon doesn't need to startup every time it wants to update the files
90  it's very fast and easy on the system. Also, the statistics are very fine
91  grained since the files are updated every 10 seconds.
92  .
93  This package contains the sensors plugin which collects lm_sensors
94  information (e.g. CPU temperature, fan speeds).
96 Package: collectd-dev
97 Architecture: all
98 Depends: collectd (= ${Source-Version})
99 Description: statistics collection daemon (development files)
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 development files needed to create your own
107  plugins.