debian/: Removed one last unneccessary file.
[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-dev,
6  libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev,
7  libsensors-dev, liboping-dev (> 0.3.3)
8 Standards-Version: 3.7.2
9
10 Package: collectd
11 Architecture: any
12 Depends: ${shlibs:Depends}
13 Suggests: collectd-apache, collectd-mysql, collectd-sensors, collectd-dev,
14  collectd-hddtemp, 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.
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    * number of processes: processes
35    * serial port traffic: serial
36    * swap usage: swap
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
42
43 Package: collectd-dbg
44 Section: devel
45 Architecture: any
46 Priority: extra
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.
56  .
57  This package contains the debugging symbols.
58
59 Package: collectd-apache
60 Architecture: any
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.
68  .
69  This package contains the Apache plugin which collects Apache statistics
70  provided by Apache's mod_status.
71
72 Package: collectd-hddtemp
73 Architecture: any
74 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
75 Recommends: hddtemp
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.
82  .
83  This package contains the hddtemp plugin which collects harddisk temperatures.
84
85 Package: collectd-mysql
86 Architecture: any
87 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
88 Description: statistics collection daemon (MySQL plugin)
89  collectd is a small daemon written in C for performance. It reads various
90  system statistics and updates RRD files, creating them if necessary. Since
91  the daemon doesn't need to startup every time it wants to update the files
92  it's very fast and easy on the system. Also, the statistics are very fine
93  grained since the files are updated every 10 seconds.
94  .
95  This package contains the MySQL plugin which collects MySQL statistics
96  provided by MySQL's "show status" command.
97
98 Package: collectd-ping
99 Architecture: any
100 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
101 Description: statistics collection daemon (ping 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 ping plugin which collects network latency
109  statistics.
110
111 Package: collectd-sensors
112 Architecture: any
113 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
114 Description: statistics collection daemon (sensors 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 sensors plugin which collects lm_sensors
122  information (e.g. CPU temperature, fan speeds).
123
124 Package: collectd-dev
125 Architecture: all
126 Depends: collectd (= ${Source-Version})
127 Description: statistics collection daemon (development files)
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 development files needed to create your own
135  plugins.
136