[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Tue May 13 14:41:38 CEST 2008
src/collectd-unixsock.pod | 22 ++++++++++-----
src/utils_cmd_flush.c | 63 +++++++++++++++++++++++++++++++++++++++++---
2 files changed, 72 insertions(+), 13 deletions(-)
New commits:
commit ea59c5de2e3061c8d61b29d29c2f6c693b5e52b9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue May 13 14:41:35 2008 +0200
collectd-unixsock(5): Updated the FLUSH documentation.
commit f24bb2845d5f2069ab75b19cdf815aba1175b4f6
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue May 13 14:28:58 2008 +0200
src/utils_cmd_flush.c: Add the `identifier' option.
Using something like
FLUSH plugin=rrdtool identifier=localhost/cpu-0/cpu-idle
will now only flush the local cpu-0/cpu-idle value, only using the rrdtool
plugin.
This is meant to be used in frontends which want to display up-to-date graphs
but there are too many hosts/rrd files to update them ``live'', i. e. without
caching.
More information about the collectd-changes
mailing list