aboutsummaryrefslogtreecommitdiff
path: root/end-to-end-test.sh
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2017-11-02 09:59:46 +0100
committerGitHub <noreply@github.com>2017-11-02 09:59:46 +0100
commitea250d73f4ee10c9279635aa4fdc5e263667881a (patch)
tree34dfb4c4c0577e8a221d59679aa99fc9496e13c2 /end-to-end-test.sh
parentf6556e69eca9860cdc7890a7d23fa542e0762eac (diff)
downloadprometheus_node_collector-ea250d73f4ee10c9279635aa4fdc5e263667881a.tar.bz2
prometheus_node_collector-ea250d73f4ee10c9279635aa4fdc5e263667881a.tar.xz
prometheus_node_collector-ea250d73f4ee10c9279635aa4fdc5e263667881a.zip
Fix off by one in Linux interrupts collector (#721)
* Fix off by one in Linux interrupts collector * Fix off by one in CPU column handler. * Add test. * Enable interrupts in end-to-end test.
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 c1e45f6..664789e 100755
--- a/end-to-end-test.sh
+++ b/end-to-end-test.sh
@@ -15,6 +15,7 @@ enabled_collectors=$(cat << COLLECTORS
15 filefd 15 filefd
16 hwmon 16 hwmon
17 infiniband 17 infiniband
18 interrupts
18 ipvs 19 ipvs
19 ksmd 20 ksmd
20 loadavg 21 loadavg