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

Can be obtained with `sw_vers`: ``` $ sw_vers --help Usage: sw_vers [-productName|-productVersion|-buildVersion] $ sw_vers ProductName: macOS ProductVersion: 12.1 BuildVersion: 21C52 $ sw_vers ProductName: Mac OS X ProductVersion: 10.13.3 BuildVersion: 17D102...

enhancement
accepted
good first issue

### Host operating system: output of `uname -a` `Linux andavir 5.10.0-11-amd64 #1 SMP Debian 5.10.92-1 (2022-01-18) x86_64 GNU/Linux` ### node_exporter version: output of `node_exporter --version` ``` node_exporter, version 1.1.2+ds (branch:...

### Host operating system: output of `uname -a` Linux sds-3 4.18.0-305.7.1.el8_4.x86_64 #1 SMP Tue Jun 29 21:55:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version`...

accepted

### Why? It's increasingly common for programs to use Linux's inotify to watch files. Some apps leak the file descriptors of the inotify watches. When that happens, the machine will...

enhancement

**Host operating system: output of uname -a** Linux nostromo 5.4.0-113-generic #127-Ubuntu SMP Wed May 18 14:30:56 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux **node_exporter version: output of node_exporter --version** ``` node_exporter,...

### What did you expect to see? Same metrics as: ``` # ipcs -u ------ Messages Status -------- allocated queues = 0 used headers = 0 used space = 0...

enhancement

### Host operating system: Linux tau-gfa-uat 5.4.0-62-generic #70-Ubuntu SMP Tue Jan 12 12:45:47 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: node_exporter, version 1.3.1 (branch: HEAD, revision: a2321e7b940ddcff26873612bccdf7cd4c42b6b6) build...

bug
accepted

Replace [this parsers](https://github.com/prometheus/node_exporter/blob/master/collector/netstat_linux.go) in node exporter with [this ones](https://github.com/prometheus/procfs/pull/435) from procfs.

enhancement
accepted
good first issue

### Host operating system: output of `uname -a` 3.10.0-862.3.2.el7.x86_64 ### node_exporter version: output of `node_exporter --version` sh-4.2$ node_exporter --version node_exporter, version 0.16.0 (branch: HEAD, revision: d42bd70f4363dced6b77d8fc311ea57b63387e4f) build user: root@node-exporter-binary-3-build build...