node_exporter
node_exporter copied to clipboard
Exporter for machine metrics
Hi all i installed node exporter on my linux machine. I just tested and find out that it is not showing the processor temperature. ( sensors command does not do...
Hello, the support to parse fscache is in [procfs repo](https://github.com/prometheus/procfs/pull/262), but collector here is missing. Any plans to add it?
Add : ``` # HELP node_bonding_miimon MII link monitoring frequency in milliseconds. # TYPE node_bonding_miimon gauge node_bonding_miimon{master="bond0"} 200 ``` From ``` /sys/class/net//bonding/miimon ``` pr context: - https://github.com/prometheus/node_exporter/issues/3319
This PR adds a number of new metrics to the `netstat_freebsd` module. The first commit is a refactoring to make it easier to add new metrics. It also fixes the...
Improvement of the NVMe collector in node-exporter, to include the below-mentioned NVMe namespace-specific parameters NUSE NCAP NSZE LBA Size ANA State
Currently, there is no metrics for miimon linux bonding and this can be crucial if you use bonding on linux servers.
Use-case: Monitor that all defined mountpoints are currently mounted Current situation: No metrics expose the content of /etc/fstab, which make impossible to monitor that all mounts defined there are really...
Added collector for /proc/fs/fscache/stats
Start node-exporter by specifying both the --collector.cpu.info and --collector.cpufreq parameters, but I can't get the `node_cpu_frequency_hertz` metric from the metrics api.
Currently, there is no available image of `node_exporter` for `linux/riscv64`: ```console $ docker pull --platform linux/riscv64 quay.io/prometheus/node-exporter:latest latest: Pulling from prometheus/node-exporter no matching manifest for linux/riscv64 in the manifest list...