From be59166bc6662533fcc08085c8b657040538bb22 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Wed, 6 Jun 2018 14:55:25 -0500 Subject: [PATCH] Node Exporter: Remove megacli collector due to deprecation This removes the megacli collector from the node exporter, as this collector is no longer supported and supplied as part of the node exporter image used. Change-Id: Ic9d7bc906435227337aed7a40f4c25bbb16fd3ba --- prometheus-node-exporter/templates/daemonset.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/prometheus-node-exporter/templates/daemonset.yaml b/prometheus-node-exporter/templates/daemonset.yaml index fa3cb6d5..7c518a48 100644 --- a/prometheus-node-exporter/templates/daemonset.yaml +++ b/prometheus-node-exporter/templates/daemonset.yaml @@ -62,7 +62,6 @@ spec: - --collector.ntp.server={{ .Values.conf.ntp_server_ip }} - --collector.meminfo_numa - --collector.bonding - - --collector.megacli - --collector.mountstats ports: - name: metrics