node_exporter
node_exporter copied to clipboard
Exporter for machine metrics
### Host operating system: output of `uname -a` `Linux SDcard 2.6.34 #17 PREEMPT Fri Nov 11 15:06:02 MST 2011 armv5tel GNU/Linux` ### node_exporter version: output of `node_exporter --version` ``` node_exporter,...
Based on cpu_freebsd.go I extended the CPU collector so that it is also useful for NetBSD. At the moment it supports CPU times (analogous to the FreeBSD collector via sysctl...
Propagating changes from prometheus/prometheus default branch.
### Host operating system: `4.18.0-348.el8.0.2.x86_64 #1 SMP Sun Nov 14 00:51:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux` ### node_exporter version: output of `node_exporter --version` ``` node_exporter, version 1.3.1 (branch: HEAD,...
Adding a config option: ``` // Some of the alerts use predict_linear() to fire alerts ahead of time to // prevent unrecoverable situations (eg. no more disk space). However, the...
### Host operating system: output of `lsb_release -a` and `uname -a` ``` No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename: jammy Linux xb...
This checks for any updates to the github actions this project uses. https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
Resolves #2068 Signed-off-by: tnextday
### Host operating system: output of `uname -a` Linux kiel-control-plane-l548l 5.4.0-109-generic #123-Ubuntu SMP Fri Apr 8 09:10:54 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ### node_exporter version: output of `node_exporter --version`...
Please add metrics for resilvering status reported by `zpool status` Example output of `zpool status` during active resilvering: ``` pool: vol0 state: ONLINE status: One or more devices is currently...