src/utils_cmd_flush.c: Add the `identifier' option.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 13 May 2008 12:28:58 +0000 (14:28 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 13 May 2008 12:28:58 +0000 (14:28 +0200)
commitf24bb2845d5f2069ab75b19cdf815aba1175b4f6
tree09b75342e32b2bbfb5c84b83bc544b781d8ae235
parent47faf00c18402cefd0e195d63ad48d5e7e6a4a92
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.
src/utils_cmd_flush.c