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

node_exporter currently exposes details about network bonding, which is great. To be able to monitor more failure cases, we would need additional metrics which we haven't found in node_exporter yet:...

enhancement
accepted

Documentation: https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-watchdog The most interesting metric would be: ``` What: /sys/class/watchdog/watchdogn/bootstatus Date: August 2015 Contact: Wim Van Sebroeck Description: It is a read only file. It contains status of the...

enhancement
accepted

Would it be possible to document the full metrics that this exporter exposes? What I mean is simply state the metric, what it measures in a sentence or two, what...

### Host operating system: output of `uname -a` Linux 5.11.0-1017-generic #18-Ubuntu SMP riscv64 GNU/Linux ### node_exporter version: output of `node_exporter --version` 1.3.1 ### node_exporter command line flags ### Are you...

### Host operating system: output of `uname -a` Linux raspberrypi 5.10.63-v7+ #1488 SMP Thu Nov 18 16:14:44 GMT 2021 armv7l GNU/Linux ### node_exporter version: output of `node_exporter --version` node_exporter, version...

### Host operating system: output of `uname -a` Linux -4 4.15.0-88-generic #88~16.04.1-Ubuntu SMP Wed Feb 12 04:19:15 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version`...

bug
require/feedback

### Host operating system: output of `uname -a` Host: `Linux archivist 5.10.83-1-lts #1 SMP Wed, 01 Dec 2021 12:35:24 +0000 x86_64 GNU/Linux` Container: `Linux 832bd12de6a8 5.10.83-1-lts #1 SMP Wed, 01...

According to the documentation (https://github.com/prometheus/node_exporter#docker) the use of docker is "not recommended" but that if there are reasons requiring it the documentation then goes onto advise to mount the hosts...

### Host operating system: output of `uname -a` 3.10.0-862.11.6.el7.x86_64 Red Hat Enterprise Linux Server release 7.5 (Maipo) ### node_exporter version: output of `node_exporter --version` node_exporter, version 0.16.0 (branch: HEAD, revision:...

enhancement
collector/systemd

Linux kernel with loaded `tls` module exposes the following per-namespace statistics (`/proc/net/tls_stat`): * `TlsCurrTxSw`, `TlsCurrRxSw` - number of TX and RX sessions currently installed where host handles cryptography * `TlsCurrTxDevice`,...

enhancement