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

tcp_conn.sh: exposes the number of established TCP connections

The issue for the md_adm statistics can be considered closed with node exporter v1.0.0-rc0. See: https://github.com/prometheus/node_exporter/issues/261 We got now the relevant metrics. e.g.: ``` node_md_disks{device="md0",state="active"} 2 node_md_disks{device="md0",state="failed"} 0 node_md_disks{device="md0",state="spare"} 0...

Useful for monitoring zpool health, zvolumes, and zfs filesystems which are not mounted Also zfs-specific stats which can't be seen from node_filesystem metrics (e.g. compressratio)

``` # Script to parse HPACUCLI/HPSSACLI's JSON output and expose # HP SmartArray health as Prometheus metrics. # # Tested against HPE Smart Storage Administrator (hpssacli) '2.40.13.0'. # # Based...

… Cachevault_info Also: * updates URL to storcli documentation and bumps version number * adds "megaraid_bbu_temperature", analagous to "megaraid_cv_temperature" but for devices with BBU rather than Cachevault * suppresses "megaraid_battery_backup_healthy"...

I am using `storcli.py` on a system where are 2 controllers, but I get metrics only for the first one: the other one seems completely ignored by the collector. The...

I have a few sensors that reports current (Amps). `$ sudo ipmitool sensor | grep -i amps VR_P0_IOUT | 103.000 | Amps | ok | na | na | na...

1. Skip objects in /dev/md/ which are not block devices (required for CentOS 6) 2. Filter out "/dev/mdXXX:" header line from `mdadm --detail` output, which results in blank label such...

Example: ``` node_md_info{md_device="md127", ... CheckStatus="75% complete", ...} 1 ``` This value keeps changing, so we get 100 different timeseries as it goes from 0% to 100%. Although it's nice to...

There doesn't seem to be any documentation around the "BBU Status" field and, unlike what @mulbc describes on 1b98db9fa72abe93541fb1a7140388504601e303, we experience it now in several states other than [0,32] (16,...