[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Thu Aug 23 08:12:36 CEST 2007
contrib/fedora/collectd.spec | 26 +++--
src/Makefile.am | 2
src/collectd-exec.pod | 41 ++++++--
src/collectd-unixsock.pod | 47 +++++++--
src/collectd.pod | 2
src/exec.c | 76 ---------------
src/plugin.c | 2
src/unixsock.c | 146 ----------------------------
src/utils_cmd_putval.c | 217 +++++++++++++++++++++++++++++++++++++++++++
src/utils_cmd_putval.h | 29 +++++
10 files changed, 344 insertions(+), 244 deletions(-)
New commits:
commit 3b19fa6b46228ad7966e10a89856fb46da0f7739
Merge: 6e779261c08a8996ed476d23638fc62ad867fa5f 66ade8b7294e88030555575fdba4e90867f62599
Author: Florian Forster <octo at crystal.wlan.home.verplant.org>
Date: Thu Aug 23 08:05:56 2007 +0200
Merge branch 'pull/master'
commit 6e779261c08a8996ed476d23638fc62ad867fa5f
Author: Florian Forster <octo at crystal.wlan.home.verplant.org>
Date: Thu Aug 23 08:05:09 2007 +0200
exec and unixsock plugin: Move the shared `PUTVAL' code into src/utils_cmd_putval.[ch].
The putval code itself has been extended to allow `options' which can currently
be used to set the interval of the value-list(s) being submitted. Also,
submiting multiple value-lists in one command has been implemented. The
manpages should be up to date.
commit 988688ace2eee6b19595c780ef776785b387f80d
Merge: 1ec7adf09a1df8b4b38330869c95a12eca15017a fddaa30e57f79ddcc59e57ab496323b45907e7ba
Author: Florian Forster <octo at crystal.wlan.home.verplant.org>
Date: Wed Aug 8 21:43:08 2007 +0200
Merge branch 'pull/collectd-4.0'
commit fddaa30e57f79ddcc59e57ab496323b45907e7ba
Author: Kjell Randa <kranda at broadpark.no>
Date: Sun Aug 5 23:39:09 2007 +0200
contrib/fedora/collectd.spec: Updated for 4.0.6.
Hi,
Here is an updated version of the F7 rpm spec file.
It now handles updates as well (rpm -U).
When new versions of collectd are out please bump the version tag at the top of
the spec file.
It will then build correct version of collectd.
Regards
Kjell Randa
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 4e5e16ce0ffec3388cd237303a08b566dbcb1a80
Author: Michael Renzmann <mrenzmann at madwifi.org>
Date: Sat Aug 4 12:22:54 2007 +0200
collectd(1): Fix typo.
More information about the collectd-changes
mailing list