summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8112c67)
raw | patch | inline | side by side (parent: 8112c67)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 4 Feb 2008 20:58:53 +0000 (21:58 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 4 Feb 2008 20:58:53 +0000 (21:58 +0100) |
debian/collectd.init.d | patch | blob | history | |
debian/control | patch | blob | history |
diff --git a/debian/collectd.init.d b/debian/collectd.init.d
index d7af008760e9f3b30dd426eb77ae5fe6c26922e3..de14e3508773faefdc4bbe1181030feecb2a1571 100755 (executable)
--- a/debian/collectd.init.d
+++ b/debian/collectd.init.d
DISABLE=0
-DESC="statistics collection daemon"
+DESC="statistics collection and monitoring daemon"
NAME=collectd
DAEMON=/usr/sbin/collectd
diff --git a/debian/control b/debian/control
index f004bd39caec795acd484f8c8e9a6dbefb488fc7..3f3459e2649fed9ae74da6dfc0dc94fa8392df43 100644 (file)
--- a/debian/control
+++ b/debian/control
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
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.