aboutsummaryrefslogtreecommitdiff
path: root/node_exporter.go
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2017-07-26 15:20:28 +0200
committerGitHub <noreply@github.com>2017-07-26 15:20:28 +0200
commit46c31d8a7e600b5e2d69fc9815d0d59e23f3c6b1 (patch)
tree506604873077efb1595e2d7b43ca60774450ab94 /node_exporter.go
parentefe5f62717e0f47009b324bcf4e3d5c2a6622150 (diff)
downloadprometheus_node_collector-46c31d8a7e600b5e2d69fc9815d0d59e23f3c6b1.tar.bz2
prometheus_node_collector-46c31d8a7e600b5e2d69fc9815d0d59e23f3c6b1.tar.xz
prometheus_node_collector-46c31d8a7e600b5e2d69fc9815d0d59e23f3c6b1.zip
Enable IPVS collector by default (#623)
* Silence error output when no IPVS present. * Enable by default. * Update end-to-end fixture. * Update README.
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 e8b5376..b24d1cb 100644
--- a/node_exporter.go
+++ b/node_exporter.go
@@ -32,7 +32,7 @@ import (
32) 32)
33 33
34const ( 34const (
35 defaultCollectors = "arp,bcache,conntrack,cpu,diskstats,entropy,edac,exec,filefd,filesystem,hwmon,infiniband,loadavg,mdadm,meminfo,netdev,netstat,sockstat,stat,textfile,time,uname,vmstat,wifi,xfs,zfs" 35 defaultCollectors = "arp,bcache,conntrack,cpu,diskstats,entropy,edac,exec,filefd,filesystem,hwmon,infiniband,ipvs,loadavg,mdadm,meminfo,netdev,netstat,sockstat,stat,textfile,time,uname,vmstat,wifi,xfs,zfs"
36) 36)
37 37
38var ( 38var (