aboutsummaryrefslogtreecommitdiff
path: root/utils/collectd/files/lua-scripts/dsl.lua
Commit message (Collapse)AuthorAge
* collectd: Fix various issues with lantiq dsl metrics.Dominik Riebeling2022-06-22
| | | | | | | | | | | - Handle bool values correctly. We get the values as bool, but collectd requires a bool value to be numeric in the range [0, 1]. - Remove profile and mode values. Those are strings, which cannot be represented by collectd. - Update collectd type for some values. - Fix latn value being present twice. Signed-off-by: Dominik Riebeling <bluebrother@posteo.de>
* collectd: Add lua and exec collectors for lantiq dsl metricsJeroen Peelaerts2021-10-22
Signed-off-by: Jeroen Peelaerts <jeroen.peelaerts@gmail.com>