node-exporter-textfile-collector-scripts icon indicating copy to clipboard operation
node-exporter-textfile-collector-scripts copied to clipboard

Scripts for node-exporter's textfile collector

Results 124 node-exporter-textfile-collector-scripts issues
Sort by recently updated
recently updated
newest added

#112 removed the referenced `sed` expression.

Allow execution of `smartctl` even if it is installed in an unexpected (for Linux) path. Some OS, (e.g.: FreeBSD) do not install `smartctl` under the `usr/sbin/` path, but instead use...

The current code emits directory label only up to the first space, due to the default behavior of `awk`. This change pulls in the rest of the line output from...

This patch series adds some more information about: * total installed packages, per arch and origin * obsolete packages -- those without a candidate, an origin or a with only...

The `md_info_detail.sh` script generates output that `node-exporter` fails to parse when a md device is being reshaped. Error message: ``` prometheus-node-exporter[4249]: ts=2025-05-08T20:54:34.079Z caller=textfile.go:227 level=error collector=textfile msg="failed to collect textfile data"...

Always write value for apt_upgrades_pending and apt_upgrades_held to ensure monitoring works. If there are no held packages or no pending upgrades, nothing is written to apt.prom, resulting in monitoring dashboards...

## Pull Request for Prometheus Textfile Collector Script for Multipathd **Title:** Add script `multipathd_exporter.sh` to collect multipathd metrics for Prometheus **Description:** This pull request introduces a new script, `multipathd_exporter.sh`, designed...

I think, but I'm unsure (and apologies if i am wrong), that the smart details are exported using /dev/sda-sdz rather than wwn, or anything in /dev/disk/by-id ? This means that...

This is a pretty simple tool, but we've found this useful to check some diagnostics. We've also found alternatives like: https://github.com/Puppet-Finland/prometheus-file-age-metrics/blob/main/create-file-age-metrics.sh ... which gives you a metric like "out of...

on systems with many short lived processes, the cardinality of the rendered metrics can become quite bad. this change adds commandline arguments to the script to support filtering of processes...