Code

This patch introduces a feature whereby rrdcached will disallow updates
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 11 Oct 2008 09:37:53 +0000 (09:37 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 11 Oct 2008 09:37:53 +0000 (09:37 +0000)
commit9a080870e1842a655dcaf1828d1667bc80f7f50d
treeeb2fc49c2d4ac1a9ef6bfad04ac03ef0799ccb9a
parentfe69ade916fb9dcc6d24297b86c667045e3b29a4
This patch introduces a feature whereby rrdcached will disallow updates
that do not advance the update time.  This prevents the updates from being
discarded later by rrd_update_r.

This patch attempts to make the most of the protocol's limited ability to
return error text when using a -1 return code.

-- kevin brintnall

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1596 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/doc/rrdcached.pod
program/src/rrd_daemon.c