Преглед на файлове

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