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

Render the metric node_reboot_required If yum-utils is installed.

Tested with: ARC-188x Signed-off-by: Nuno Tavares

``` # HELP smartmon_attr_threshold SMART metric attr_threshold # TYPE smartmon_attr_threshold gauge Traceback (most recent call last): File "smartmon.py", line 378, in main() File "smartmon.py", line 375, in main metric_print(m, 'smartmon_')...

This is a script which will generate prometheus metrics from dmidecode output. Based on https://github.com/huanghao/dmidecode (thanks, was a nice start!) It was created with "hardware inventory on prometheus" in mind,...

adding in support for 'percent' as some Fans and other devices (depending on hardware) appear as percentage instead of as a factor of speed. Signed-off-by: Troy

SMART attribute 187 is known by either Reported_Uncorrect or Uncorrectable_Error_Cnt.

this textfile collector uses hddtempd to get the disks and disk temperatures, and expose as prometheus metric with one label per disk.

smartctl --nockeck standby throughs an exception with errorcode "2" in case the device is not active. Since this exception or the errorcode is not passed to the calling function the...