stefanprodan / dockprom

Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager
MIT License
6.05k stars 1.73k forks source link

Server temperatures and fan speeds. #289

Closed Fredrik81 closed 10 months ago

Fredrik81 commented 1 year ago

Is it possible to add server temperatures and fan(s)?

nightah commented 10 months ago

If your node exposes it you can query it from node-exporter with node_hwmon_fan_rpm.

If they're server based boards with IPMI you can install another exporter for those details.