node-exporter-textfile-collector-scripts
node-exporter-textfile-collector-scripts copied to clipboard
Scripts for node-exporter's textfile collector
Example output of metrics below: ``` # HELP node_ipmi_chassis_fault Chassis Fault sensor reading from ipmitool # TYPE node_ipmi_chassis_fault gauge node_ipmi_chassis_fault{sensor="Drive Fault"} 0.000000 node_ipmi_chassis_fault{sensor="Power Control Fault"} 0.000000 node_ipmi_chassis_fault{sensor="Main Power Fault"} 0.000000...
Without this patch, you get firmware/serial info for drives in /cX/eY/sZ but not those in /cX/sZ Signed-off-by: Brian Candler
I have some servers with older Megaraid cards for which the current storcli.py only returns one metric: `megaraid_controller_info` The reason is that JSON output from storcli64 does not include these...
Add parsing special characters: Can not parse special characters when use Dell raid
Original issue https://github.com/prometheus/node_exporter/issues/1462 ---- Current apt.sh script: ``` /usr/bin/apt-get --just-print upgrade \ | /usr/bin/awk -F'[()]' \ '/^Inst/ { sub("^[^ ]+ ", "", $2); sub("\\[", " ", $2); sub(" ", "",...
Adds FreeBSD support: 1) Changes the direct binary execution to use a variable (binary found with whereis) 2) Allows ATACAM driver (SATA drives in FreeBSD) Tested on Debian 9, as...
I think filename of scripts should be equal metric prefix For example: metric=node_ipmi_temperature_celsius script=node_ipmi or vice versa: script=ipmitool metric=ipmitool_temperature_celsius
Fixes #193 Fixed `apt_upgrades_pending` always empty, as after #181, `cache.upgrade(True)` is no longer called in script. This call marks the packages that could be upgraded, and without it, no package...
Fixes #194 . This implements the fixes as suggested by the issue.
sntrealtek is a NVMe device behind a Realtek RTL9210 USB to NVMe, output Looks like regular NVMe devices.