aboutsummaryrefslogtreecommitdiff
path: root/end-to-end-test.sh
diff options
context:
space:
mode:
authorRene Treffer <treffer+github@measite.de>2016-10-06 17:33:24 +0200
committerBrian Brazil <brian-brazil@users.noreply.github.com>2016-10-06 16:33:24 +0100
commit081ecc5db0aa0ffddd2afe783efd087e6fbc143f (patch)
tree6202d9219a12e661000e610c5c6eedde8f25ede4 /end-to-end-test.sh
parentcf3710191a6c6d845320f264c1c7796cc339dbb8 (diff)
downloadprometheus_node_collector-081ecc5db0aa0ffddd2afe783efd087e6fbc143f.tar.bz2
prometheus_node_collector-081ecc5db0aa0ffddd2afe783efd087e6fbc143f.tar.xz
prometheus_node_collector-081ecc5db0aa0ffddd2afe783efd087e6fbc143f.zip
Add hwmon /sensors support (#278)
* Add hwmon support (mainly known from lm-sensors) This commit adds initial support for linux hardware sensors, exported through sysfs. Details of the interface can be found at https://www.kernel.org/doc/Documentation/hwmon/sysfs-interface * Add end-to-end test with some real life data * Cleanup comments on hwmon collector * Drop raw sensor name from hwmon output * Let the sensor label be "sensor" * Add hwmon short description to README.
Diffstat (limited to 'end-to-end-test.sh')
-rwxr-xr-xend-to-end-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/end-to-end-test.sh b/end-to-end-test.sh
index 89f799f..4e4ba41 100755
--- a/end-to-end-test.sh
+++ b/end-to-end-test.sh
@@ -7,6 +7,7 @@ collectors=$(cat << COLLECTORS
7 diskstats 7 diskstats
8 entropy 8 entropy
9 filefd 9 filefd
10 hwmon
10 ksmd 11 ksmd
11 loadavg 12 loadavg
12 mdadm 13 mdadm