node_exporter icon indicating copy to clipboard operation
node_exporter copied to clipboard

Exporter for machine metrics

Results 329 node_exporter issues
Sort by recently updated
recently updated
newest added

### Host operating system: output of `uname -a` FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 22:51:51 UTC 2014 [email protected]:/usr/obj/usr/src/sys/GENERIC ###go version go version go1.18.5 freebsd/386 ### node_exporter version: output of...

For some reason I am getting node_export is not able to collect metrics some a couple of my ZFS datasets and they are showing up with error under node_filesystem_device_error metric....

Looking in ways to test the node-exporter across platforms and started with netbsd on virtualbox/vagrant, using this Vagrantfile: ``` Vagrant.configure("2") do |config| config.vm.box = "netbsd/NetBSD-7.0" config.vm.synced_folder ".", "/usr/src/", :nfs =>...

This adds the option to filter filesystem related alerts and dashboard using the `mountpoint` label.

Because the `node_exporter` requires C bindings for BSD builds we need to have BSD-capable CI runners in order to test builds. We used to have a [buildkite configuration](https://github.com/prometheus-community/kitefactory), but this...

We currently don't sign the darwin builds, this causes node exporter to not boot properly. This PR attempts to fix that. Fix: https://github.com/prometheus/node_exporter/issues/2539, https://github.com/prometheus/node_exporter/issues/2217

I was wondering if node_exporter was able to run on Android, so I've downloaded the latest version (arm64) and tried to run it through termux, it started! However, as soon...

Fixes #2309 Blocked by procfs release - to make use of prometheus/procfs#594