aboutsummaryrefslogtreecommitdiff
path: root/node_exporter.go
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2016-08-16 17:10:23 +0200
committerBen Kochie <superq@gmail.com>2017-01-10 10:14:19 +0100
commitb4fa10ca9d06087d5443673299e23f3433668e39 (patch)
treeb6071f1a0a17ea21957a67b91ac53eac35794e98 /node_exporter.go
parente9cea1155315a871bbed4bbe061cd4022ff3f111 (diff)
downloadprometheus_node_collector-b4fa10ca9d06087d5443673299e23f3433668e39.tar.bz2
prometheus_node_collector-b4fa10ca9d06087d5443673299e23f3433668e39.tar.xz
prometheus_node_collector-b4fa10ca9d06087d5443673299e23f3433668e39.zip
Add collector for Linux EDAC
Collect "Error detection and correction" metrics from memory controllers. * Supported on Linux only. * Add basic fixtures. * Enabled by default.
Diffstat (limited to 'node_exporter.go')
-rw-r--r--node_exporter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_exporter.go b/node_exporter.go
index e737232..09a80c2 100644
--- a/node_exporter.go
+++ b/node_exporter.go
@@ -32,7 +32,7 @@ import (
32) 32)
33 33
34const ( 34const (
35 defaultCollectors = "conntrack,cpu,diskstats,entropy,filefd,filesystem,hwmon,loadavg,mdadm,meminfo,netdev,netstat,sockstat,stat,textfile,time,uname,vmstat,zfs" 35 defaultCollectors = "conntrack,cpu,diskstats,entropy,edac,filefd,filesystem,hwmon,loadavg,mdadm,meminfo,netdev,netstat,sockstat,stat,textfile,time,uname,vmstat,zfs"
36) 36)
37 37
38var ( 38var (