Merge commit 'octo/st/netapp' into st/netapp
[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-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.
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-mbmon
86 Architecture: any
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.
95  .
96  This package contains the mbmon plugin which collects motherboard status
97  information: temperatures, voltages and cooling fan speeds.
98
99 Package: collectd-mysql
100 Architecture: any
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.
108  .
109  This package contains the MySQL plugin which collects MySQL statistics
110  provided by MySQL's "show status" command.
111
112 Package: collectd-ping
113 Architecture: any
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.
121  .
122  This package contains the ping plugin which collects network latency
123  statistics.
124
125 Package: collectd-sensors
126 Architecture: any
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.
134  .
135  This package contains the sensors plugin which collects lm_sensors
136  information (e.g. CPU temperature, fan speeds).
137
138 Package: collectd-dev
139 Architecture: all
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.
147  .
148  This package contains the development files needed to create your own
149  plugins.