1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-26 17:47:55 +02:00
openwrt-packages/utils/collectd
Florian Eckert 30db5cc1c1 collectd: fix lua callback registration
If you want to register more than one lua plugin, you cannot start the
collectd.

You get always the error message:

"The read function "lua/(null)" is already registered. Check for
duplicates in your configuration!"

This is not what I expect and what the documenation says.
With this change it is now possible to registrate more then one lua
Script.

See https://github.com/collectd/collectd/pull/2379

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-04-25 11:13:52 +02:00
..
files utils/collectd: run with low priority 2018-07-08 10:14:35 +03:00
patches collectd: fix lua callback registration 2019-04-25 11:13:52 +02:00
Makefile collectd: enable lua support 2019-04-25 11:13:52 +02:00