Browse Source

Merge pull request #8914 from simonpasquier/disable-wifi-collector

Disable the wifi collector in node_exporter
Vadim Rutkovsky 6 years ago
parent
commit
3f4ee788df
1 changed files with 2 additions and 0 deletions
  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