aboutsummaryrefslogtreecommitdiff
path: root/collector/buddyinfo.go
diff options
context:
space:
mode:
authorTobias Schmidt <tobidt@gmail.com>2017-04-10 23:27:23 -0300
committerTobias Schmidt <tobidt@gmail.com>2017-04-10 23:27:23 -0300
commit8aec44617aa0b2db241fa26e3ba38b121992618a (patch)
treef94347d22cfdb6fe8016b5c7c41ff558869033e8 /collector/buddyinfo.go
parent41a44a4d24a8115e47d7b339440bd598445be348 (diff)
downloadprometheus_node_collector-8aec44617aa0b2db241fa26e3ba38b121992618a.tar.bz2
prometheus_node_collector-8aec44617aa0b2db241fa26e3ba38b121992618a.tar.xz
prometheus_node_collector-8aec44617aa0b2db241fa26e3ba38b121992618a.zip
Remove Windows support
Use https://github.com/martinlindhe/wmi_exporter instead.
Diffstat (limited to 'collector/buddyinfo.go')
-rw-r--r--collector/buddyinfo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/collector/buddyinfo.go b/collector/buddyinfo.go
index a549b95..75802dd 100644
--- a/collector/buddyinfo.go
+++ b/collector/buddyinfo.go
@@ -12,7 +12,7 @@
12// limitations under the License. 12// limitations under the License.
13 13
14// +build !nobuddyinfo 14// +build !nobuddyinfo
15// +build !windows,!netbsd 15// +build !netbsd
16 16
17package collector 17package collector
18 18