Code

Added libvirt and uuid plugin to the package description.
[pkg-collectd.git] / debian / control
index f004bd39caec795acd484f8c8e9a6dbefb488fc7..2cfa47f5852c9ff14eba35e24fba7f064e244fbc 100644 (file)
@@ -2,7 +2,7 @@ Source: collectd
 Section: utils
 Priority: optional
 Maintainer: Sebastian Harl <sh@tokkee.org>
-Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, bison | byacc, flex, autotools-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, iptables-dev [!alpha !amd64 !hppa !ia64 !ppc64], nut-dev [!alpha !amd64 !hppa !ia64 !ppc64], libperl-dev, iproute-dev, libsnmp-dev | libsnmp9-dev
+Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, bison | byacc, flex, autotools-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, iptables-dev [!alpha !amd64 !hppa !ia64 !ppc64], nut-dev [!alpha !amd64 !hppa !ia64 !ppc64], libperl-dev, iproute-dev, libsnmp-dev | libsnmp9-dev, libvirt-dev, libhal-dev
 Build-Conflicts: libpthread-dev
 Standards-Version: 3.7.3
 Homepage: http://collectd.org/
@@ -21,13 +21,13 @@ Provides: collectd-apache, collectd-dns, collectd-hddtemp, collectd-mysql,
  collectd-perl, collectd-ping, collectd-sensors
 Replaces: collectd-apache, collectd-dns, collectd-hddtemp, collectd-mysql,
  collectd-perl, collectd-ping, collectd-sensors
-Description: statistics collection daemon
+Description: statistics collection and monitoring daemon
  collectd is a small daemon which collects system information periodically and
- provides mechanismns to store the values in a variety of ways. It is written
- in C for performance. Since the daemon doesn't need to startup every time it
wants to update the files it's very fast and easy on the system. Also, the
- statistics are very fine grained since the files are updated every 10
- seconds.
+ provides mechanisms to monitor and store the values in a variety of ways. It
+ is written in C for performance. Since the daemon doesn't need to startup
every time it wants to update the values it's very fast and easy on the
+ system. Also, the statistics are very fine grained since the files are updated
every 10 seconds.
  .
  This package contains the main program file and the following plugins:
    * Apache and lighttpd statistics provided by mod_status: apache
@@ -47,6 +47,7 @@ Description: statistics collection daemon
    * iptables statistics: iptables
    * IPVS connection statistics: ipvs
    * IRQ counters: irq
+   * CPU, dist, network statistics of guest systems: libvirt
    * system load averages: load
    * logging to files, STDOUT and STDERR: logfile
    * motherboard monitor: mbmon
@@ -72,6 +73,7 @@ Description: statistics collection daemon
    * number of TCP connections to specific ports: tcpconns
    * external runtime interface: unixsock
    * number of users logged into the system: users
+   * set the hostname to an unique identifier: uuid
    * system resources used by Linux-VServers: vserver
    * wireless network stats: wireless
 
@@ -80,26 +82,26 @@ Section: utils
 Architecture: any
 Priority: extra
 Depends: collectd (= ${binary:Version})
-Description: statistics collection daemon (debugging symbols)
+Description: statistics collection and monitoring daemon (debugging symbols)
  collectd is a small daemon which collects system information periodically and
- provides mechanismns to store the values in a variety of ways. It is written
- in C for performance. Since the daemon doesn't need to startup every time it
wants to update the files it's very fast and easy on the system. Also, the
- statistics are very fine grained since the files are updated every 10
- seconds.
+ provides mechanisms to monitor and store the values in a variety of ways. It
+ is written in C for performance. Since the daemon doesn't need to startup
every time it wants to update the values it's very fast and easy on the
+ system. Also, the statistics are very fine grained since the files are updated
every 10 seconds.
  .
  This package contains the debugging symbols.
 
 Package: collectd-dev
 Architecture: all
-Depends: collectd (>= ${source:Version}), collectd (<< 4.3~)
-Description: statistics collection daemon (development files)
+Depends: collectd (>= ${source:Version}), collectd (<< 4.4~)
+Description: statistics collection and monitoring daemon (development files)
  collectd is a small daemon which collects system information periodically and
- provides mechanismns to store the values in a variety of ways. It is written
- in C for performance. Since the daemon doesn't need to startup every time it
wants to update the files it's very fast and easy on the system. Also, the
- statistics are very fine grained since the files are updated every 10
- seconds.
+ provides mechanisms to monitor and store the values in a variety of ways. It
+ is written in C for performance. Since the daemon doesn't need to startup
every time it wants to update the values it's very fast and easy on the
+ system. Also, the statistics are very fine grained since the files are updated
every 10 seconds.
  .
  This package contains the development files needed to create your own
  plugins.