mirror of
https://github.com/netdata/netdata.git
synced 2025-01-15 05:38:42 +00:00
db020a1f47
* add libsensors to debugfs.plugin * add string representations of libsensors types * read sensors3.conf during initialization * more work * progress * working set * working set 2 * working sensors * Vendor lm-sensors as a Git submodule * vendored libsensors * search for sensors headers in the vendored library * add flex and bison to required packages * include sensors.h from the vendored directory * remove HAVE_LIBSENSORS variable * do not load sensor subfeatures that are not needed * added device, driver and subsystem labels * add message id to log * copy the default sensors3.conf file to netdata stock configs directory * move sensors to a separate thread; automatically adapt data collection frequency to match actual data collection latency * make debugfs plugin wait while libsensors is running * fix for update every * update chart ctx and id, remove non-important labels * dont set label to feat name if none * just alarm * add sybsystem and driver labels --------- Co-authored-by: ilyam8 <ilya@netdata.cloud>
15 lines
545 B
Text
15 lines
545 B
Text
[submodule "aclk/aclk-schemas"]
|
|
path = src/aclk/aclk-schemas
|
|
url = https://github.com/netdata/aclk-schemas.git
|
|
[submodule "ml/kmeans/dlib"]
|
|
path = src/ml/dlib
|
|
url = https://github.com/davisking/dlib.git
|
|
shallow = true
|
|
ignore = dirty
|
|
[submodule "src/web/server/h2o/libh2o"]
|
|
path = src/web/server/h2o/libh2o
|
|
url = https://github.com/h2o/h2o.git
|
|
ignore = untracked
|
|
[submodule "src/collectors/debugfs.plugin/libsensors/vendored"]
|
|
path = src/collectors/debugfs.plugin/libsensors/vendored
|
|
url = https://github.com/lm-sensors/lm-sensors.git
|