[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.4'
Florian Forster
octo at verplant.org
Tue Aug 19 17:08:57 CEST 2008
contrib/collection3/bin/graph.cgi | 9 ++-
contrib/collection3/bin/index.cgi | 18 ++-
contrib/collection3/etc/collection.conf | 2 +
contrib/collection3/lib/Collectd/Graph/Common.pm | 113 ++++++++++++++++++++
.../collection3/lib/Collectd/Graph/Type/Load.pm | 2 -
5 files changed, 135 insertions(+), 9 deletions(-)
New commits:
commit 2bbd3e134282628fb609abeee34f0884c1759e6a
Author: Florian Forster <octo at noris.net>
Date: Tue Aug 19 16:58:43 2008 +0200
contrib/collection3: Added the ability to `flush' data sets.
Both, bin/index.cgi and bin/graph.cgi can now send a FLUSH command to
the daemon via the Collectd::Unixsock module. For this to work you will
have to add the path to the UNIX socket of the `unixsock' plugin to the
configuration file `collection.conf'.
The configuration looks like this:
UnixSockAddr "/var/run/collectd-unixsock"
commit da111db2cdcee585415f1508dc412833c9f74ccc
Author: Florian Forster <octo at noris.net>
Date: Tue Aug 19 16:54:10 2008 +0200
contrib/collection3: Remove an annoying debug message.
More information about the collectd-changes
mailing list