Code

2b5d3f39f6955dad6828376aebf64f07f0ee265c
[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
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-hddtemp, collectd-ping, collectd-dns, librrds-perl
14 Description: statistics collection daemon
15  collectd is a small daemon written in C for performance. It reads various
16  system statistics and updates RRD files, creating them if necessary. Since
17  the daemon doesn't need to startup every time it wants to update the files
18  it's very fast and easy on the system. Also, the statistics are very fine
19  grained since the files are updated every 10 seconds.
20  .
21  This package contains the main program file and the following plugins:
22    * APC UPS's charge, load, input/output/battery voltage, etc.: apcups
23    * Apple computer's sensors information: apple_sensors (server mode only)
24    * battery status: battery
25    * CPU utilization: cpu
26    * CPU frequency: cpufreq
27    * disk space usage: df
28    * disk and partition throughput: disk
29    * E-Mail statistics (count, traffic, spam scores and checks): email
30    * system load averages: load
31    * motherboard monitor: mbmon
32    * memory usage: memory
33    * multimeter statistics: multimeter
34    * NFS utilization: nfs
35    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
36    * number of processes: processes
37    * serial port traffic: serial
38    * swap usage: swap
39    * tape drive usage: tape (server mode only)
40    * network traffic: traffic
41    * number of users logged into the system: users
42    * system ressources used by Linux-VServers: vserver
43    * wireless network stats: wireless
45 Package: collectd-dbg
46 Section: devel
47 Architecture: any
48 Priority: extra
49 Depends: collectd (= ${Source-Version}), collectd-apache (= ${Source-Version}),
50  collectd-hddtemp (= ${Source-Version}), collectd-mysql (= ${Source-Version}),
51  collectd-ping (= ${Source-Version}), collectd-sensors (= ${Source-Version})
52 Description: statistics collection daemon (debugging symbols)
53  collectd is a small daemon written in C for performance. It reads various
54  system statistics and updates RRD files, creating them if necessary. Since
55  the daemon doesn't need to startup every time it wants to update the files
56  it's very fast and easy on the system. Also, the statistics are very fine
57  grained since the files are updated every 10 seconds.
58  .
59  This package contains the debugging symbols.
61 Package: collectd-apache
62 Architecture: any
63 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
64 Description: statistics collection daemon (Apache plugin)
65  collectd is a small daemon written in C for performance. It reads various
66  system statistics and updates RRD files, creating them if necessary. Since
67  the daemon doesn't need to startup every time it wants to update the files
68  it's very fast and easy on the system. Also, the statistics are very fine
69  grained since the files are updated every 10 seconds.
70  .
71  This package contains the Apache plugin which collects Apache statistics
72  provided by Apache's mod_status.
74 Package: collectd-dns
75 Architecture: any
76 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
77 Description: statistics collection daemon (DNS plugin)
78  collectd is a small daemon written in C for performance. It reads various
79  system statistics and updates RRD files, creating them if necessary. Since
80  the daemon doesn't need to startup every time it wants to update the files
81  it's very fast and easy on the system. Also, the statistics are very fine
82  grained since the files are updated every 10 seconds.
83  .
84  This package contains the DNS plugin which collects DNS traffic information
85  (query types, response codes, opcodes and traffic).
87 Package: collectd-hddtemp
88 Architecture: any
89 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
90 Recommends: hddtemp
91 Description: statistics collection daemon (hddtemp plugin)
92  collectd is a small daemon written in C for performance. It reads various
93  system statistics and updates RRD files, creating them if necessary. Since
94  the daemon doesn't need to startup every time it wants to update the files
95  it's very fast and easy on the system. Also, the statistics are very fine
96  grained since the files are updated every 10 seconds.
97  .
98  This package contains the hddtemp plugin which collects harddisk temperatures.
100 Package: collectd-mysql
101 Architecture: any
102 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
103 Description: statistics collection daemon (MySQL plugin)
104  collectd is a small daemon written in C for performance. It reads various
105  system statistics and updates RRD files, creating them if necessary. Since
106  the daemon doesn't need to startup every time it wants to update the files
107  it's very fast and easy on the system. Also, the statistics are very fine
108  grained since the files are updated every 10 seconds.
109  .
110  This package contains the MySQL plugin which collects MySQL statistics
111  provided by MySQL's "show status" command.
113 Package: collectd-ping
114 Architecture: any
115 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
116 Description: statistics collection daemon (ping plugin)
117  collectd is a small daemon written in C for performance. It reads various
118  system statistics and updates RRD files, creating them if necessary. Since
119  the daemon doesn't need to startup every time it wants to update the files
120  it's very fast and easy on the system. Also, the statistics are very fine
121  grained since the files are updated every 10 seconds.
122  .
123  This package contains the ping plugin which collects network latency
124  statistics.
126 Package: collectd-sensors
127 Architecture: any
128 Depends: collectd (= ${Source-Version}), ${shlibs:Depends}
129 Description: statistics collection daemon (sensors plugin)
130  collectd is a small daemon written in C for performance. It reads various
131  system statistics and updates RRD files, creating them if necessary. Since
132  the daemon doesn't need to startup every time it wants to update the files
133  it's very fast and easy on the system. Also, the statistics are very fine
134  grained since the files are updated every 10 seconds.
135  .
136  This package contains the sensors plugin which collects lm_sensors
137  information (e.g. CPU temperature, fan speeds).
139 Package: collectd-dev
140 Architecture: all
141 Depends: collectd (>= ${Source-Version}), collectd (<< 3.11~)
142 Description: statistics collection daemon (development files)
143  collectd is a small daemon written in C for performance. It reads various
144  system statistics and updates RRD files, creating them if necessary. Since
145  the daemon doesn't need to startup every time it wants to update the files
146  it's very fast and easy on the system. Also, the statistics are very fine
147  grained since the files are updated every 10 seconds.
148  .
149  This package contains the development files needed to create your own
150  plugins.