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

We have a HPE MR416i-a Gen10+ RAID controller in a HPE ProLiant DL385 Gen10+ Server. Those systems don't have a Battery Backup Unit on the RAID controller, instead they have...

* Ports the shell script to Python * Introduces new metrics from zfs_status ### New metrics ``` zfs_zpool_status The status of the zpool zfs_zpool_vdev_info Information about the vdevs in a...

Hello, I've built this (very tiny footprint) script that allows to get non named per process CPU metrics. Most other tools out there require to setup process group names in...

See #171 Implemented as command line argument instead of env var. Additionally I've refactored a little bit. Fixed linting issues and created a separate function to use in other scripts.

Adding chrony.sh to parse Chrony NTP clients fixing the sign off message

This will allow us to run apt_info.py on the host from the container. ``` docker run --rm -it --entrypoint bash -v "/:/hostfs" ubuntu:22.04 -c 'apt update && apt install -y...

This is basically a copy-paste of the snapshots code, and seems to work on my end. Closes: #158

I'm running my node exporter via Kube Prometheus Stack directly inside Kubernetes. Including all other monitoring related stuff. It would be nice if I could also run `apt_info.py` directly inside...

Hi, I've been using `ipmitool` collector and I've found an issue where `ipmitool sensor` is slow to run locally (long timeouts for sensors not found) while `ipmi-sensors` (from [freeipmi](http://savannah.gnu.org/projects/freeipmi/)) works...

Some disks doesnt report device speed correctly when pd_device_speed metric assigns a string value: "Unknown" script execution crashes in that case assign a 0 speed value.