aboutsummaryrefslogtreecommitdiff
path: root/end-to-end-test.sh
diff options
context:
space:
mode:
authorRichard Kojedzinszky <rkojedzinszky@users.noreply.github.com>2019-08-04 12:56:36 +0200
committerBen Kochie <superq@gmail.com>2019-08-04 12:56:36 +0200
commit75462bf4fea23f0e27a46c35ae3a28666749e482 (patch)
treef795b73a46b73e0bcdafbf8881078053b27b397e /end-to-end-test.sh
parent10146109ec9db1d42c13bf629bbe0b5d37106d36 (diff)
downloadprometheus_node_collector-75462bf4fea23f0e27a46c35ae3a28666749e482.tar.bz2
prometheus_node_collector-75462bf4fea23f0e27a46c35ae3a28666749e482.tar.xz
prometheus_node_collector-75462bf4fea23f0e27a46c35ae3a28666749e482.zip
Scrape thermal_zone temperatures (#1425)
* Scrape thermal_zone temperatures Signed-off-by: Richard Kojedzinszky <richard@kojedz.in>
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 56ed04c..469b811 100755
--- a/end-to-end-test.sh
+++ b/end-to-end-test.sh
@@ -33,6 +33,7 @@ enabled_collectors=$(cat << COLLECTORS
33 schedstat 33 schedstat
34 sockstat 34 sockstat
35 stat 35 stat
36 thermal_zone
36 textfile 37 textfile
37 bonding 38 bonding
38 vmstat 39 vmstat