[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.0'
Florian Forster
octo at verplant.org
Wed Aug 22 17:19:59 CEST 2007
README | 13 +++++++++++++
contrib/collectd2html.pl | 14 +++++++++++---
src/network.c | 4 ++++
3 files changed, 28 insertions(+), 3 deletions(-)
New commits:
commit a095d4f8e3917cca8a989bf1d8f0a6979a3d9652
Author: Eddy PetriÈor <eddy.petrisor at gmail.com>
Date: Wed Aug 22 17:15:34 2007 +0200
contrib/collectd2html.pl: Allow generation of graphs from remote hosts or in an alternative directory.
In the contribs area of the package there is a nice collectd2html.pl script
which assumes that the data is present in /var/lib/collectd and infers the
hostname. All fine and dandy, but there is no way to override this. This is
useful if one generates the data on a machine, but generates the graphs on
another one.
With the attached patch now is possible to specify a different host and/or a
different directory for the data.
The added options are '--host-is' and '--data-dir'.
An invocation for a remote host whose rrd files have been placed in
/var/tmp/collectd-remoteh looks like:
collectd2html.pl --host-is=remoteh --data-dir=/var/tmp/collectd-remoteh
commit 4b1af5819e5574e49c3f94c88d1c7cb4682ae941
Merge: acf316a5da2d39e4b4513570bf76b8f75de55167 1e5c2f8c0364c0b2a2f67a946f2715ffa48734e1
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Aug 22 16:37:29 2007 +0200
Merge branch 'pull/collectd-4.0' into collectd-4.0
commit acf316a5da2d39e4b4513570bf76b8f75de55167
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Aug 19 17:19:12 2007 +0200
network plugin: Allow port arguments to be numeric.
commit 340a4f3b72d254698c7aec10c1d20ff89d8fac29
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Aug 19 17:14:14 2007 +0200
README: Added a pointer to the mailinglist.
More information about the collectd-changes
mailing list