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 110 node-exporter-textfile-collector-scripts issues
Sort by recently updated
recently updated
newest added

Adds metrics for the cachevault status. Hardware tested: `LSI MegaRAID SAS-3 3108 [Invader] (rev 02)`

ts=2024-02-11T18:01:53.246Z caller=textfile.go:209 level=error collector=textfile msg="failed to read textfile collector directory" path=/var/node-exporter err="open /var/node-exporter: no such file or directory" ts=2024-02-11T18:01:53.252Z caller=collector.go:169 level=error msg="collector failed" name=arp duration_seconds=0.001064612 err="could not get ARP entries:...

In our case, we need to obtain S.M.A.R.T. status for SSDs and HDDs connected to a Hewlett-Packard-based hardware RAID controller. This requires smartctl to be run with the `-d cciss,N`...

VFs appear as additional infiniband devices, but obviously don't report temperatures. The logs are then flooded with: ``` Dec 17 00:00:53 penny sh[1151952]: mopen: Operation not supported Dec 17 00:00:53...

Hi, I've made a small script to retrieve some metrics from `needrestart`, and perhaps it could be useful for others? The script runs `needrestart -b` (batch mode), parses the output,...

Hi, Since https://github.com/prometheus-community/node-exporter-textfile-collector-scripts/commit/feb943f6df8cbc536eaf7fca59a088d59bb39e82, I have encountered multiple issues with the cache timestamp: - at least on debian 12 cloud images, `APT::Periodic::Update-Package-Lists` doesn't mean that `/var/lib/apt/periodic/update-success-stamp` exists: ``` >>> import apt_pkg...

Hi, Since https://github.com/prometheus-community/node-exporter-textfile-collector-scripts/pull/181/, the script `apt_info.py` never returns any `apt_upgrades_pending`. Instead, all the packages are counted in the `apt_upgrades_held`. I think this is because the `cache.upgrade(True)` call marks the packages...

Some HPE RAID controllers have an external battery (Energy pack aka HPE Smart Storage Battery) instead of a controller onboard battery backup unit. With our controller (HPE MR416i-a Gen10+) the...