You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are running node_exporter in one of our linux machines and wanted to check the hwmon metrics. But, for some reason sensors data is not being exported.
The VM has a ASUS motherboard. Here is the output of dmidecode
Base Board Information
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: PRIME X670-P WIFI
Version: Rev 1.xx
Host operating system: output of uname -a
4.18.0-513.18.1.el8_9.x86_64 #1 SMP Thu Feb 1 03:51:05 EST 2024 x86_64 x86_64 x86_64 GNU/Linux
node_exporter version: output of node_exporter --version
node_exporter, version 1.3.1 (branch: tarball, revision: 4.el8)
build user:
build date: 20220128
go version: go1.16.12
platform: linux/amd64
We are running node_exporter in one of our linux machines and wanted to check the hwmon metrics. But, for some reason sensors data is not being exported.
The VM has a ASUS motherboard. Here is the output of
dmidecode
Host operating system: output of
uname -a
4.18.0-513.18.1.el8_9.x86_64 #1 SMP Thu Feb 1 03:51:05 EST 2024 x86_64 x86_64 x86_64 GNU/Linux
node_exporter version: output of
node_exporter --version
node_exporter, version 1.3.1 (branch: tarball, revision: 4.el8)
build user:
build date: 20220128
go version: go1.16.12
platform: linux/amd64
node_exporter command line flags
node_exporter --web.listen-address=xx.xx.xx.xx:75622 --collector.textfile.directory=/var/lib/node_exporter/textfile_collector --collector.mountstats --collector.systemd --collector.hwmon
Are you running node_exporter in Docker?
No
What did you expect to see?
I expected to see the
node_hwmon_fan_rpm
and many other metrics but i don't actually see it.Running
sensors
command directly on the VM does show me the FAN and temparatureThe text was updated successfully, but these errors were encountered: