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)
commit22129bb15a8ad204cf8a5e88e8834ec0b51908c0
tree8d8767dc788560ce68821d3a3ccb1b91c9c32969
parentd67a010bd537e30f06c558ce7bbe67a7d511dafa
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/program@1596 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrdcached.pod
src/rrd_daemon.c