[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Dec 20 13:26:44 CET 2008
configure.in | 2 +
src/Makefile.am | 8 +
src/collectd.conf.pod | 36 +++++
src/target_replace.c | 394 +++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 440 insertions(+), 0 deletions(-)
New commits:
commit 1aaedbca424b623f83a4f6cf837cf91574fe0e67
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Dec 20 13:26:24 2008 +0100
replace target: Add a target to replace part of an identifier..
..using regular expressions.
Possible future improvements: Use submatches in the replacement string,
similar to sed's \1, \2, ... back-references.
More information about the collectd-changes
mailing list