Bläddra i källkod

Disable the wifi collector in node_exporter

This collector isn't useful for OpenShift and it produces AVC denials
from SELinux.

Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1593211
Simon Pasquier 6 år sedan
förälder
incheckning
cc9e35cb30
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      roles/openshift_prometheus/files/node-exporter-template.yaml

+ 2 - 0
roles/openshift_prometheus/files/node-exporter-template.yaml

@@ -65,6 +65,8 @@ objects:
         containers:
         - image: ${IMAGE}
           name: node-exporter
+          args:
+          - --no-collector.wifi
           ports:
           - containerPort: 9100
             name: scrape