unixsock plugin, utils_cmd_flush: Implemented the "flush" command.
authorSebastian Harl <sh@tokkee.org>
Wed, 27 Feb 2008 20:57:37 +0000 (21:57 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 27 Feb 2008 21:48:18 +0000 (22:48 +0100)
commita79a29c826b99d9dd2b0214e3bccf7491509d8f5
tree93c3e27e6e9ef0dacaf5cff81e34b48d7a9af5ea
parent91ccfb61e4da1094e7a845d0a5982d90cd77e78e
unixsock plugin, utils_cmd_flush: Implemented the "flush" command.

This command flushes all cached data using plugin_flush_all(). An optional
timeout may be specified as an argument.

A new module "utils_cmd_flush" has been added for this purpose.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/Makefile.am
src/collectd-unixsock.pod
src/unixsock.c
src/utils_cmd_flush.c [new file with mode: 0644]
src/utils_cmd_flush.h [new file with mode: 0644]