]> git.ipfire.org Git - thirdparty/collectd.git/commit
[collectd 6] exec: add PUTMETRIC command
authorLeonard Göhrs <l.goehrs@pengutronix.de>
Thu, 5 Jan 2023 09:11:23 +0000 (10:11 +0100)
committerMatthias Runge <mrunge@matthias-runge.de>
Sun, 23 Apr 2023 13:00:45 +0000 (15:00 +0200)
commitdd56979737ced21853c32d7d4592fab5184d36f5
treed64a42b15def8d4c6d7fa2deca839aea612a279e
parent44185083d848b4618811d001a8be51a53cc3c1dd
[collectd 6] exec: add PUTMETRIC command

Most existing setups using exec will use PUTVAL, which should just continue
to work with collectd 6 due to the plugin_dispatch_values compatibility
function.
New plugins should however use the new PUTMETRIC.
The respective command handler already exists. This commit just pipes it
through.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
src/exec.c