collectd-lua (5) Linux Manual Page
collectd-lua – Documentation of collectd’s "Lua plugin" Synopsis LoadPlugin lua # … <Plugin lua> BasePath "/path/to/your/lua/scripts" Script "script1.lua" Script "script2.lua" </Plugin> Description The "Lua plugin" embeds a Lua interpreter into collectd and provides an interface to collectd’s plugin system. This makes it possible to write plugins for collectd in Lua. This is a lot more…
