node_exporter

Prometheus exporter for hardware and OS metrics

brewmacoslinux
Try with needOr install directly
Source

About

Prometheus exporter for machine metrics

Commands

node_exporter

Examples

Start node_exporter on default port 9100$ node_exporter
Run node_exporter on a custom port$ node_exporter --web.listen-address=:9200
Disable specific collectors to reduce overhead$ node_exporter --collector.disable-defaults --collector.cpu --collector.meminfo