Skip to content

Commit

Permalink
enable hwmon for sensor collection for bare metal clusters
Browse files Browse the repository at this point in the history
Enable the hwmon data collection so that hardware telemetry like CPU
temperature and fan speeds are available for bare metal clusters.

Signed-off-by: Doug Hellmann <dhellmann@redhat.com>
  • Loading branch information
dhellmann committed Oct 27, 2020
1 parent 2e71326 commit 25034f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/node-exporter/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ spec:
- --path.sysfs=/host/sys
- --path.rootfs=/host/root
- --no-collector.wifi
- --no-collector.hwmon
- --collector.filesystem.ignored-mount-points=^/(dev|proc|sys|var/lib/docker/.+|var/lib/kubelet/pods/.+)($|/)
- --collector.mountstats
- --collector.cpu.info
Expand Down

0 comments on commit 25034f4

Please sign in to comment.