Code

Updated package description to include a note about monitoring as well.
authorSebastian Harl <sh@tokkee.org>
Mon, 4 Feb 2008 20:58:53 +0000 (21:58 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 4 Feb 2008 20:58:53 +0000 (21:58 +0100)
debian/collectd.init.d
debian/control

index d7af008760e9f3b30dd426eb77ae5fe6c26922e3..de14e3508773faefdc4bbe1181030feecb2a1571 100755 (executable)
@@ -24,7 +24,7 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin
 
 DISABLE=0
 
-DESC="statistics collection daemon"
+DESC="statistics collection and monitoring daemon"
 NAME=collectd
 DAEMON=/usr/sbin/collectd
 
index f004bd39caec795acd484f8c8e9a6dbefb488fc7..3f3459e2649fed9ae74da6dfc0dc94fa8392df43 100644 (file)
@@ -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
@@ -80,26 +80,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.