network plugin: Implemented duplicate detection and a `Forward' option.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 27 Mar 2007 16:58:56 +0000 (18:58 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 27 Mar 2007 16:58:56 +0000 (18:58 +0200)
commit34f363d3919fb2ba27678da7231095c2e9802dd0
tree2076319df93c4a1f28a6fe067b23d1dcf9b6542d
parent1905f1c798900322495f8c988820930c2a1bcae2
network plugin: Implemented duplicate detection and a `Forward' option.

The plugin will now only send values received via the network, if the `Forward'
option is set to `true'. Also, duplicates are detected and discarded,
preventing loops, duplicate entries and errors from RRDTool.
src/collectd.conf.in
src/collectd.conf.pod
src/network.c