Преглед изворни кода

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

Disable the wifi collector in node_exporter
Vadim Rutkovsky пре 6 година
родитељ
комит
3f4ee788df
1 измењених фајлова са 2 додато и 0 уклоњено
  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