X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2Fcollectd.lua;h=b5bcb757e55561511e89db0db323d7f1280c48f2;hb=e8aed8c5503e4c45f007a9894e719da4c4e0b2ea;hp=f4b83466bb47bb8cab2a360f69d3f8db79975051;hpb=7672ab7335794916a62a120cf29476403462c714;p=collectd.git diff --git a/contrib/collectd.lua b/contrib/collectd.lua index f4b83466..b5bcb757 100644 --- a/contrib/collectd.lua +++ b/contrib/collectd.lua @@ -1,7 +1,7 @@ -- contrib/collectd.lua -- -- Auxilliary functions to use in plugins written in Lua. Load this file using --- dofile ("collectd.lua"); +-- require ("collectd.lua"); -- at the beginning of your script. function collectd_error (msg)