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

When used in a cronjob the path environment variable might not be set, so the script will look in the most common pathes for the binary. If it is not...

Move add_metric into if to fix #77 only displaying megaraid_controller_info as suggested by frenkye. Signed-off-by: Roland Wahl

On some newer machines, I find that `/dev/mdXXX` exists but the `/dev/md` directory does not. This includes Ubuntu 20.04 and Debian 10, both with 5.4.0 kernel. ``` # ls -l...

I have some megaraid controllers which are returning the following: ``` megaraid_healthy 0

Special characters cannot be parse Example: Drive_Life_Remaining% SSD_LifeLeft(0.01%)

Hi to everybody, I was trying to generate metrics with the script, only they are not generated. Trying to direct the output of the script to a normal text file...

This fixes the following error: ``` level=error ts=2021-02-07T10:44:19.990Z caller=textfile.go:209 collector=textfile msg="failed to collect textfile data" file=metrics.prom err="failed to parse textfile data from \"/var/lib/node-exporter/lvm.prom\": text format parsing error in line 15:...

Hello team. Thank you for your work. Just a little request. When I use storcli.py, it generate a .log This log file is still quite "big" (250Kb for each request)....

When no updates are available, checkupdates fails with exit code 2. Catch this by wrapping the command using || true.